1 | From: Andrew Morton <akpm@linux-foundation.org> |
---|
2 | |
---|
3 | In file included from arch/i386/kernel/setup.c:46: |
---|
4 | include/linux/crash_dump.h:19:36: warning: extra tokens at end of #ifndef directive |
---|
5 | |
---|
6 | Cc: "Eric W. Biederman" <ebiederm@xmission.com> |
---|
7 | Cc: Andi Kleen <ak@suse.de> |
---|
8 | Cc: Horms <horms@verge.net.au> |
---|
9 | Cc: Ian Campbell <ian.campbell@xensource.com> |
---|
10 | Cc: Magnus Damm <magnus.damm@gmail.com> |
---|
11 | Cc: Vivek Goyal <vgoyal@in.ibm.com> |
---|
12 | Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
---|
13 | --- |
---|
14 | |
---|
15 | include/linux/crash_dump.h | 2 +- |
---|
16 | 1 file changed, 1 insertion(+), 1 deletion(-) |
---|
17 | |
---|
18 | diff -puN include/linux/crash_dump.h~allow-i386-crash-kernels-to-handle-x86_64-dumps-fix include/linux/crash_dump.h |
---|
19 | --- a/include/linux/crash_dump.h~allow-i386-crash-kernels-to-handle-x86_64-dumps-fix |
---|
20 | +++ a/include/linux/crash_dump.h |
---|
21 | @@ -16,7 +16,7 @@ extern struct proc_dir_entry *proc_vmcor |
---|
22 | |
---|
23 | /* Architecture code defines this if there are other possible ELF |
---|
24 | * machine types, e.g. on bi-arch capable hardware. */ |
---|
25 | -#ifndef vmcore_elf_check_arch_cross(x) |
---|
26 | +#ifndef vmcore_elf_check_arch_cross |
---|
27 | #define vmcore_elf_check_arch_cross(x) 0 |
---|
28 | #endif |
---|
29 | |
---|
30 | _ |
---|