Hi Andrew,
With a particular config file on i386, I get a compiler warning. This patch
fixes it. This incremental patch is against 2.6.15-rc1-mm2.
Thanks
Vivek
o Fixes a compilation warning message in i386
Signed-off-by: Vivek Goyal <[email protected]>
---
linux-2.6.15-rc1-mm2-1M-root/include/asm-i386/kexec.h | 1 +
1 files changed, 1 insertion(+)
diff -puN include/asm-i386/kexec.h~kdump-i386-memcpy-warning-fix include/asm-i386/kexec.h
--- linux-2.6.15-rc1-mm2-1M/include/asm-i386/kexec.h~kdump-i386-memcpy-warning-fix 2005-11-18 16:08:33.000000000 +0530
+++ linux-2.6.15-rc1-mm2-1M-root/include/asm-i386/kexec.h 2005-11-18 16:08:33.000000000 +0530
@@ -3,6 +3,7 @@
#include <asm/fixmap.h>
#include <asm/ptrace.h>
+#include <asm/string.h>
/*
* KEXEC_SOURCE_MEMORY_LIMIT maximum page get_free_page can return.
_