commit | 0d3a9cf5ab041c15691fd03dab3af0841af63606 | [log] [tgz] |
---|---|---|
author | Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com> | Sun Feb 22 14:58:56 2009 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Feb 23 00:10:47 2009 +0100 |
tree | 0c494163614ae7850f5c339f904779a08170c5a7 | |
parent | 970ec1a8213cd1a1ea29972ebbe4575a8b30bca1 [diff] |
acpi: add some missing section markers 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@citrix.com> Cc: Len Brown <len.brown@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>