On Mon, Sep 25, 2017 at 04:36:43PM +0100, David Howells wrote: > AKASHI Takahiro <takahiro.akashi at linaro.org> wrote: > > > > > -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