Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83707
b: refs/heads/master
c: f1fbabb
h: refs/heads/master
i:
  83705: a121d2d
  83703: 9531333
v: v3
  • Loading branch information
Sam Ravnborg authored and Ingo Molnar committed Feb 6, 2008
1 parent 7ec00ea commit ccea871
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9f9975a55dbcd82ff4a222691a6dcd7b3145b9c0
refs/heads/master: f1fbabb312d657262322f4ce68b30a95f501945c
15 changes: 5 additions & 10 deletions trunk/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 ccea871

Please sign in to comment.