[PATCH] kdump: x86_64: add memmmap command line option
) From: Vivek Goyal <vgoyal@in.ibm.com> - This patch introduces the memmap option for x86_64 similar to i386. - memmap=exactmap enables setting of an exact E820 memory map, as specified by the user. Changes in this version: - Used e820_end_of_ram() to find the max_pfn as suggested by Andi kleen. - removed PFN_UP & PFN_DOWN macros - Printing the user defined map also. Signed-off-by:Murali M Chakravarthy <muralim@in.ibm.com> Signed-off-by:
Hariprasad Nellitheertha <nharipra@gmail.com> Signed-off-by:
Vivek Goyal <vgoyal@in.ibm.com> Cc: Andi Kleen <ak@muc.de> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- Documentation/kernel-parameters.txt 1 addition, 1 deletionDocumentation/kernel-parameters.txt
- arch/x86_64/kernel/e820.c 21 additions, 0 deletionsarch/x86_64/kernel/e820.c
- arch/x86_64/kernel/setup.c 27 additions, 0 deletionsarch/x86_64/kernel/setup.c
- include/asm-x86_64/e820.h 1 addition, 0 deletionsinclude/asm-x86_64/e820.h
Loading
Please register or sign in to comment