Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99849
b: refs/heads/master
c: e3f77ed
h: refs/heads/master
i:
  99847: 2bfb55e
v: v3
  • Loading branch information
Glauber Costa authored and Ingo Molnar committed Jul 8, 2008
1 parent f7a8710 commit eb3a739
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: a939098afcfa5f81d3474782ec15c6d114e57763
refs/heads/master: e3f77edfc1d0beb7b10f9f31d9e39206f7dbef7b
5 changes: 4 additions & 1 deletion trunk/arch/x86/kernel/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,10 @@ is386: movl $2,%ecx # set MP
jmp initialize_secondary # all other CPUs call initialize_secondary
1:
#endif /* CONFIG_SMP */
jmp i386_start_kernel
jmp *(initial_code)
.align 4
ENTRY(initial_code)
.long i386_start_kernel

/*
* We depend on ET to be correct. This checks for 287/387.
Expand Down

0 comments on commit eb3a739

Please sign in to comment.