All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Kdump: i386 compiler warning fix
@ 2005-11-18 12:32 Vivek Goyal
  0 siblings, 0 replies; only message in thread
From: Vivek Goyal @ 2005-11-18 12:32 UTC (permalink / raw)
  To: Morton Andrew Morton, linux kernel mailing list

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@in.ibm.com>
---

 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.
_

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-11-18 12:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-18 12:32 [PATCH] Kdump: i386 compiler warning fix Vivek Goyal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.