mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
x86: fix 64-bit sections
fix 64-bit section warnings. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
9f9975a55d
commit
f1fbabb312
@ -250,18 +250,13 @@ ENTRY(secondary_startup_64)
|
|||||||
lretq
|
lretq
|
||||||
|
|
||||||
/* SMP bootup changes these two */
|
/* SMP bootup changes these two */
|
||||||
#ifndef CONFIG_HOTPLUG_CPU
|
__CPUINITDATA
|
||||||
.pushsection .init.data
|
|
||||||
#endif
|
|
||||||
.align 8
|
.align 8
|
||||||
.globl initial_code
|
ENTRY(initial_code)
|
||||||
initial_code:
|
|
||||||
.quad x86_64_start_kernel
|
.quad x86_64_start_kernel
|
||||||
#ifndef CONFIG_HOTPLUG_CPU
|
__FINITDATA
|
||||||
.popsection
|
|
||||||
#endif
|
ENTRY(init_rsp)
|
||||||
.globl init_rsp
|
|
||||||
init_rsp:
|
|
||||||
.quad init_thread_union+THREAD_SIZE-8
|
.quad init_thread_union+THREAD_SIZE-8
|
||||||
|
|
||||||
bad_address:
|
bad_address:
|
||||||
|
Loading…
Reference in New Issue
Block a user