[PATCH] Kdump: i386 compiler warning fix

From: Vivek Goyal
Date: Fri Nov 18 2005 - 07:32:44 EST


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 <vgoyal@xxxxxxxxxx>
---

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.
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/