[PATCH v3 03/10] kexec_file: factor out arch_kexec_kernel_*() from x86, powerpc
From: dhowells@redhat.com (David Howells)
Date: 2017-09-25 15:36:50
Also in:
kexec, lkml
From: dhowells@redhat.com (David Howells)
Date: 2017-09-25 15:36:50
Also in:
kexec, lkml
AKASHI Takahiro [off-list ref] wrote:
quoted
quoted
-static struct kexec_file_ops *kexec_file_loaders[] = { +struct kexec_file_ops *kexec_file_loaders[] = { &kexec_elf64_ops, + NULL };
const? David