* Jeremy Fitzhardinge <jeremy@xxxxxxxx> wrote:
early_acpi_os_unmap_memory() is an __init function, and acpi_os_unmap_memory() is allowed to access an __init function until acpi_gbl_permanent_mmap is set up.
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@xxxxxxxxxx>
Note, this is modified by tip:x86/acpi, so if Len applies it to the ACPI tree we'll generate conflicts. Since the problem itself has been generated by the 6 commits in tip:x86/acpi, if Len is fine with it i'd like to apply your fix there.