Re: [PATCH v2 1/2] x86/kexec: Remove unnecessary arch_kexec_kernel_image_load()

2023-03-08 Thread Simon Horman
On Tue, Mar 07, 2023 at 04:44:15PM -0600, Bjorn Helgaas wrote: > From: Bjorn Helgaas > > The x86 implementation of arch_kexec_kernel_image_load() is functionally > identical to the generic arch_kexec_kernel_image_load(): > > arch_kexec_kernel_image_load# x86 > if

[PATCH v2 1/2] x86/kexec: Remove unnecessary arch_kexec_kernel_image_load()

2023-03-07 Thread Bjorn Helgaas
From: Bjorn Helgaas The x86 implementation of arch_kexec_kernel_image_load() is functionally identical to the generic arch_kexec_kernel_image_load(): arch_kexec_kernel_image_load# x86 if (!image->fops || !image->fops->load) return ERR_PTR(-ENOEXEC); return