On 01/08/25 at 03:44pm, Sourabh Jain wrote: > cmdline argument is not used in reserve_crashkernel_generic() so remove > it. Correspondingly, all the callers have been updated as well. > > No functional change intended. > > Cc: Andrew Morton <a...@linux-foundation.org> > Cc: Baoquan he <b...@redhat.com> > Cc: Hari Bathini <hbath...@linux.ibm.com> > CC: Madhavan Srinivasan <ma...@linux.ibm.com> > Cc: Michael Ellerman <m...@ellerman.id.au> > Cc: ke...@lists.infradead.org > Cc: linux-ker...@vger.kernel.org > Signed-off-by: Sourabh Jain <sourabhj...@linux.ibm.com> > --- > arch/arm64/mm/init.c | 6 ++---- > arch/loongarch/kernel/setup.c | 5 ++--- > arch/riscv/mm/init.c | 6 ++---- > arch/x86/kernel/setup.c | 6 ++---- > include/linux/crash_reserve.h | 11 +++++------ > kernel/crash_reserve.c | 9 ++++----- > 6 files changed, 17 insertions(+), 26 deletions(-)
Acked-by: Baoquan He <b...@redhat.com>