[PATCH 0/2] kexec: Remove unnecessary arch hook
Bjorn Helgaas
helgaas at kernel.org
Thu Dec 15 10:23:37 PST 2022
From: Bjorn Helgaas <bhelgaas at google.com>
There are no arch-specific things in arch_kexec_kernel_image_load(), so
remove it and just use the generic version.
Bjorn Helgaas (2):
x86/kexec: Remove unnecessary arch_kexec_kernel_image_load()
kexec: Remove unnecessary arch_kexec_kernel_image_load()
arch/x86/include/asm/kexec.h | 3 ---
arch/x86/kernel/machine_kexec_64.c | 11 -----------
include/linux/kexec.h | 8 --------
kernel/kexec_file.c | 6 +++---
4 files changed, 3 insertions(+), 25 deletions(-)
--
2.25.1
More information about the kexec
mailing list