https://bugzilla.kernel.org/show_bug.cgi?id=97141
--- Comment #19 from Matt Fleming <[email protected]> --- (In reply to Rafael J. Wysocki from comment #11) > From the purely ACPI perspective, it should be safe to move > acpi_early_init(). > > I'm not sure what EFI changes have been made since the commit in question, > though, which may depend on it. Matt's input would be necessary to answer > that. > > However, if your machines don't use EFI anyway, please try moving > acpi_early_init(). Moving acpi_early_init() after efi_enter_virtual_mode() will probably work. I can't think of anything that will break necessarily, I would just try it and see. The benefit is doing it before for BGRT is that we can free the EfiBootServices memory a little bit earlier on boot. But it's not at all clear to me what the root problem is here and whether a straight up revert is just papering over a problem. -- You are receiving this mail because: You are watching the assignee of the bug. ------------------------------------------------------------------------------ One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring support with 50+ applications Performance metrics, stats and reports that give you Actionable Insights Deep dive visibility with transaction tracing using APM Insight. http://ad.doubleclick.net/ddm/clk/290420510;117567292;y _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
