acpi: add some missing section markers
authorJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Sun, 22 Feb 2009 22:58:56 +0000 (14:58 -0800)
committerIngo Molnar <mingo@elte.hu>
Sun, 22 Feb 2009 23:10:47 +0000 (00:10 +0100)
commit0d3a9cf5ab041c15691fd03dab3af0841af63606
tree0c494163614ae7850f5c339f904779a08170c5a7
parent970ec1a8213cd1a1ea29972ebbe4575a8b30bca1
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>
drivers/acpi/osl.c