kexec: drop weak attribute from functions
authorNaveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Fri, 1 Jul 2022 07:34:05 +0000 (13:04 +0530)
committerMimi Zohar <zohar@linux.ibm.com>
Fri, 15 Jul 2022 16:21:16 +0000 (12:21 -0400)
commit0738eceb6201691534df07e0928d0a6168a35787
treebde073b4c6585eeecca08599e3dd5cea4d17a0c1
parent65d9a9a60fd71be964effb2e94747a6acb6e7015
kexec: drop weak attribute from functions

Drop __weak attribute from functions in kexec_core.c:
- machine_kexec_post_load()
- arch_kexec_protect_crashkres()
- arch_kexec_unprotect_crashkres()
- crash_free_reserved_phys_range()

Link: https://lkml.kernel.org/r/c0f6219e03cb399d166d518ab505095218a902dd.1656659357.git.naveen.n.rao@linux.vnet.ibm.com
Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Suggested-by: Eric Biederman <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
arch/arm64/include/asm/kexec.h
arch/powerpc/include/asm/kexec.h
arch/s390/include/asm/kexec.h
arch/x86/include/asm/kexec.h
include/linux/kexec.h
kernel/kexec_core.c