• Zhang Yanfei's avatar
    powerpc: Remove savemaxmem parameter setup · 427fcd23
    Zhang Yanfei authored
    saved_max_pfn is used to know the amount of memory that the previous
    kernel used.  And for powerpc, we set saved_max_pfn by passing the kernel
    commandline parameter "savemaxmem=".
    
    The only user of saved_max_pfn in powerpc is read_oldmem interface.  Since
    we have removed read_oldmem, we don't need this parameter anymore.
    Signed-off-by: default avatarZhang Yanfei <zhangyanfei@cn.fujitsu.com>
    Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: "Eric W. Biederman" <ebiederm@xmission.com>
    Cc: "H. Peter Anvin" <hpa@zytor.com>
    Cc: Dave Hansen <dave@sr71.net>
    Cc: Fenghua Yu <fenghua.yu@intel.com>
    Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
    Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
    Cc: Matt Fleming <matt.fleming@intel.com>
    Cc: Michael Holzheu <holzheu@linux.vnet.ibm.com>
    Cc: Ralf Baechle <ralf@linux-mips.org>
    Cc: Tony Luck <tony.luck@intel.com>
    Cc: Vivek Goyal <vgoyal@redhat.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    427fcd23
crash_dump.c 3.96 KB