[PATCH v5 08/14] efi: export efi runtime memory mapping to sysfs
Borislav Petkov
bp at alien8.de
Thu Dec 12 15:53:46 EST 2013
On Thu, Dec 12, 2013 at 10:36:17AM +0800, Dave Young wrote:
> Sorry that I forgot to explain this in changelog, should ask you before.
>
> I did try moving it to efisubsys_init but it need add extern declaration
So what? Add it.
> for efi_runtime_map_init. Since link order will ensure it being called after
> efisubsys_init I think it's fine with this static function.
This is actually exactly the reason why it shouldn't be another
subsys_initcall() if it can be helped. People would need to go have a
look at drivers/firmware/efi/Makefile to realize that the link order is
ok.
And, this is prone to future breakage if people go and move code around
and thereby change the link order.
Please call efi_runtime_map_init from efisubsys_init.
--
Regards/Gruss,
Boris.
Sent from a fat crate under my desk. Formatting is fine.
--
More information about the kexec
mailing list