Skip to content

Commit

Permalink
x86: fix 64-bit sections
Browse files Browse the repository at this point in the history
fix 64-bit section warnings.

Signed-off-by: Ingo Molnar <[email protected]>
  • Loading branch information
sravnborg authored and Ingo Molnar committed Feb 6, 2008
1 parent 9f9975a commit f1fbabb
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions arch/x86/kernel/head_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -250,18 +250,13 @@ ENTRY(secondary_startup_64)
lretq

/* SMP bootup changes these two */
#ifndef CONFIG_HOTPLUG_CPU
.pushsection .init.data
#endif
__CPUINITDATA
.align 8
.globl initial_code
initial_code:
ENTRY(initial_code)
.quad x86_64_start_kernel
#ifndef CONFIG_HOTPLUG_CPU
.popsection
#endif
.globl init_rsp
init_rsp:
__FINITDATA

ENTRY(init_rsp)
.quad init_thread_union+THREAD_SIZE-8

bad_address:
Expand Down

0 comments on commit f1fbabb

Please sign in to comment.