[ACPI] reduce kernel size: move 5BK .bss to 2.5KB .init.data
authorLen Brown <len.brown@intel.com>
Fri, 30 Dec 2005 07:44:59 +0000 (02:44 -0500)
committerLen Brown <len.brown@intel.com>
Fri, 30 Dec 2005 07:44:59 +0000 (02:44 -0500)
put __initdata on sdt_entry[], as it is accessed only by __init functions.

http://bugzilla.kernel.org/show_bug.cgi?id=1311

Signed-off-by: Len Brown <len.brown@intel.com>

No differences found