From: Mel Gorman This patch adds the kernelcore= parameter for x86. Signed-off-by: Mel Gorman Signed-off-by: Andrew Morton --- arch/i386/kernel/setup.c | 1 + 1 files changed, 1 insertion(+) diff -puN arch/i386/kernel/setup.c~x86-specify-amount-of-kernel-memory-at-boot-time arch/i386/kernel/setup.c --- a/arch/i386/kernel/setup.c~x86-specify-amount-of-kernel-memory-at-boot-time +++ a/arch/i386/kernel/setup.c @@ -195,6 +195,7 @@ static int __init parse_mem(char *arg) return 0; } early_param("mem", parse_mem); +early_param("kernelcore", cmdline_parse_kernelcore); #ifdef CONFIG_PROC_VMCORE /* elfcorehdr= specifies the location of elf core header _