[PATCH v2 2/2] kexec: Remove unnecessary arch_kexec_kernel_image_load()
Simon Horman
horms at kernel.org
Wed Mar 8 02:45:55 PST 2023
On Tue, Mar 07, 2023 at 04:44:16PM -0600, Bjorn Helgaas wrote:
> From: Bjorn Helgaas <bhelgaas at google.com>
>
> arch_kexec_kernel_image_load() only calls kexec_image_load_default(), and
> there are no arch-specific implementations.
>
> Remove the unnecessary arch_kexec_kernel_image_load() and make
> kexec_image_load_default() static.
>
> No functional change intended.
>
> Signed-off-by: Bjorn Helgaas <bhelgaas at google.com>
Reviewed-by: Simon Horman <horms at kernel.org>
More information about the kexec
mailing list