[PATCH v3 03/10] kexec_file: factor out arch_kexec_kernel_*() from x86, powerpc
From: AKASHI Takahiro <hidden>
Date: 2017-09-25 18:18:21
Also in:
kexec, lkml
From: AKASHI Takahiro <hidden>
Date: 2017-09-25 18:18:21
Also in:
kexec, lkml
On Mon, Sep 25, 2017 at 04:36:43PM +0100, David Howells wrote:
AKASHI Takahiro [off-list ref] wrote:quoted
quoted
quoted
-static struct kexec_file_ops *kexec_file_loaders[] = { +struct kexec_file_ops *kexec_file_loaders[] = { &kexec_elf64_ops, + NULL };const?
Yes, it makes sense. -Takahiro AKASHI
David