source: trunk/packages/xen-3.1/xen-3.1/patches/linux-2.6.18/allow-i386-crash-kernels-to-handle-x86_64-dumps-fix.patch @ 34

Last change on this file since 34 was 34, checked in by hartmans, 18 years ago

Add xen and xen-common

  • Property svn:mime-type set to message/rfc822
File size: 1.1 KB
Line 
1From: Andrew Morton <akpm@linux-foundation.org>
2
3In file included from arch/i386/kernel/setup.c:46:
4include/linux/crash_dump.h:19:36: warning: extra tokens at end of #ifndef directive
5
6Cc: "Eric W. Biederman" <ebiederm@xmission.com>
7Cc: Andi Kleen <ak@suse.de>
8Cc: Horms <horms@verge.net.au>
9Cc: Ian Campbell <ian.campbell@xensource.com>
10Cc: Magnus Damm <magnus.damm@gmail.com>
11Cc: Vivek Goyal <vgoyal@in.ibm.com>
12Signed-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
18diff -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_
Note: See TracBrowser for help on using the repository browser.