Skip to content

Commit

Permalink
x86: trampoline_32.S - switch to .cpuinit.data
Browse files Browse the repository at this point in the history
This patch fixes section mismatch warnings of __cpuinit
setup_trampoline() on 32-bit host.

Signed-off-by: Jacek Luczak <luczak.jacek@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
  • Loading branch information
Jacek Luczak authored and Ingo Molnar committed Apr 26, 2008
1 parent 356fa0c commit 4c01f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/kernel/trampoline_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

/* 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
Expand Down

0 comments on commit 4c01f23

Please sign in to comment.