Skip to content

Commit

Permalink
Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kerne…
Browse files Browse the repository at this point in the history
…l/git/x86/linux-2.6-tip

* 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-tip:
  x86: fix cpu hotplug on 32bit
  • Loading branch information
Linus Torvalds committed Jul 27, 2008
2 parents 3e318b5 + 583323b commit fb4284b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions arch/x86/kernel/head_32.S
Original file line number Diff line number Diff line change
Expand Up @@ -456,9 +456,6 @@ is386: movl $2,%ecx # set MP
1:
#endif /* CONFIG_SMP */
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 Expand Up @@ -601,6 +598,11 @@ ignore_int:
#endif
iret

.section .cpuinit.data,"wa"
.align 4
ENTRY(initial_code)
.long i386_start_kernel

.section .text
/*
* Real beginning of normal "text" segment
Expand Down

0 comments on commit fb4284b

Please sign in to comment.