projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
356fa0c
)
x86: trampoline_32.S - switch to .cpuinit.data
author
Jacek Luczak
<difrost.kernel@gmail.com>
Sat, 12 Apr 2008 15:38:52 +0000
(17:38 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Sat, 26 Apr 2008 15:35:47 +0000
(17:35 +0200)
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>
arch/x86/kernel/trampoline_32.S
patch
|
blob
|
blame
|
history
diff --git
a/arch/x86/kernel/trampoline_32.S
b/arch/x86/kernel/trampoline_32.S
index 64580679861e60371112b9d032d51f6d87c04a96..d8ccc3c6552f60f85bd50de1d4e6c68548261ae7 100644
(file)
--- a/
arch/x86/kernel/trampoline_32.S
+++ b/
arch/x86/kernel/trampoline_32.S
@@
-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 ".
cpu
init.data","aw",@progbits
#else
.section .rodata,"a",@progbits
#endif