Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[PATCH] Kdump: i386 compiler warning fix

Fixes a compilation warning message in i386

Signed-off-by: Vivek Goyal <vgoyal@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Vivek Goyal and committed by
Linus Torvalds
f05b6902 e996e581

+1
+1
include/asm-i386/kexec.h
··· 3 3 4 4 #include <asm/fixmap.h> 5 5 #include <asm/ptrace.h> 6 + #include <asm/string.h> 6 7 7 8 /* 8 9 * KEXEC_SOURCE_MEMORY_LIMIT maximum page get_free_page can return.