]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
x86: build fix
authorIngo Molnar <mingo@elte.hu>
Thu, 26 Jun 2008 10:40:35 +0000 (12:40 +0200)
committerIngo Molnar <mingo@elte.hu>
Tue, 8 Jul 2008 11:10:57 +0000 (13:10 +0200)
fix:

In file included from arch/x86/kernel/setup.c:118:
include/asm/highmem.h:64: error: expected identifier or ‘(' before ‘do'
include/asm/highmem.h:64: error: expected identifier or ‘(' before ‘while'
include/asm/highmem.h:67: error: expected identifier or ‘(' before ‘do'
include/asm/highmem.h:67: error: expected identifier or ‘(' before ‘while'

Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/setup.c

index 172a83e57ee76df82e261505e7c95108720fda5e..63dbb5e8f7ee902f5b28f9390f65fe6109da2045 100644 (file)
 #ifdef CONFIG_X86_64
 #include <asm/numa_64.h>
 #endif
-#ifdef CONFIG_X86_32
-#include <asm/highmem.h>
-#endif
 
 #ifndef CONFIG_DEBUG_BOOT_PARAMS
 struct boot_params __initdata boot_params;