]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
x86/ACPI: __init-annotate
authorJan Beulich <jbeulich@novell.com>
Sat, 2 Apr 2011 14:58:22 +0000 (15:58 +0100)
committerJan Beulich <jbeulich@novell.com>
Sat, 2 Apr 2011 14:58:22 +0000 (15:58 +0100)
commit7deb539e74648483c9d10bde7d9b68afc6a7cdf1
tree21a6cd5ca16daea71ee6055162c2f6f96b40ee0e
parent6e59f30cbdfc0b21b81064b511873507e187e3c1
x86/ACPI: __init-annotate

xen/arch/x86/acpi/boot.c consists of almost only code/data in .init.*,
so move the few bits that aren't into a new file and then use the
recently introduced .init.o mechanism to move all the literal strings
into .init.rodata.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/arch/x86/acpi/Makefile
xen/arch/x86/acpi/boot.c
xen/arch/x86/acpi/lib.c [new file with mode: 0644]
xen/drivers/acpi/tables/Makefile
xen/drivers/acpi/tables/tbxface.c
xen/drivers/acpi/utilities/Makefile
xen/drivers/acpi/utilities/utmisc.c
xen/include/acpi/acmacros.h
xen/include/acpi/acutils.h