From: Vivek Goyal This patch adds support for retrieving the address of elf core header if one is passed in command line. Signed-off-by: Vivek Goyal Signed-off-by: Andrew Morton --- 25-akpm/Documentation/kernel-parameters.txt | 4 ++++ 25-akpm/arch/i386/kernel/setup.c | 8 ++++++++ 25-akpm/include/linux/crash_dump.h | 1 + 25-akpm/kernel/crash_dump.c | 3 +++ 4 files changed, 16 insertions(+) diff -puN arch/i386/kernel/setup.c~kdump-retrieve-elfcorehdr-address-from-command arch/i386/kernel/setup.c --- 25/arch/i386/kernel/setup.c~kdump-retrieve-elfcorehdr-address-from-command 2005-03-28 18:03:24.000000000 -0800 +++ 25-akpm/arch/i386/kernel/setup.c 2005-03-28 18:03:24.000000000 -0800 @@ -42,6 +42,7 @@ #include #include #include +#include #include