[patch] fix EFI memory map parsing for x86

2005-07-15 Thread Matt Tolentino
arch/i386/kernel/setup.c | 14 -- arch/i386/mm/init.c |5 +- include/asm-i386/setup.h |2 include/linux/efi.h | 14 +- 5 files changed, 67 insertions(+), 69 deletions(-) Signed-off-by: Matt Tolentino <[EMAIL PROTECTED]> --- diff -urNp linux-2.6.13-rc3/arch/

[patch] fix ACPI table discovery from EFI for x86

2005-07-13 Thread Matt Tolentino
ginal patch proposed by Ping Wei. Signed-off-by: Matt Tolentino <[EMAIL PROTECTED]> --- diff -urNp linux-2.6.13-rc3/arch/i386/kernel/acpi/boot.c linux-2.6.13-rc3-efi/arch/i386/kernel/acpi/boot.c --- linux-2.6.13-rc3/arch/i386/kernel/acpi/boot.c 2005-07-13 00:46:46.0 -0400 +++ linux-2.

[patch] minor syctl fix in vsyscall_init

2005-04-13 Thread Matt Tolentino
Andi, If CONFIG_SYCTL is not enabled then the x86-64 tree fails to build due to use of a symbol that is not compiled in. Don't bother compiling in the sysctl register call if not building with sysctl. matt Signed-off-by: Matt Tolentino <[EMAIL PROTECTED]> diff -urNp linux-2.6.