]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/trampoline_32.S
regulator: get_status() grows kerneldoc
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / trampoline_32.S
index 64580679861e60371112b9d032d51f6d87c04a96..66d874e5404cec797dbdab2fae1a84558ecbc50a 100644 (file)
 
 #include <linux/linkage.h>
 #include <asm/segment.h>
-#include <asm/page.h>
+#include <asm/page_types.h>
 
 /* We can free up trampoline after bootup if cpu hotplug is not supported. */
 #ifndef CONFIG_HOTPLUG_CPU
-.section ".init.data","aw",@progbits
+.section ".cpuinit.data","aw",@progbits
 #else
 .section .rodata,"a",@progbits
 #endif