Commit 330ddd20 authored by Ingo Molnar's avatar Ingo Molnar

x86: build fix

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: default avatarIngo Molnar <mingo@elte.hu>
parent 3442682a
......@@ -114,9 +114,6 @@
#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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment