]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
x86/voyager: fix boot breakage caused by x86: boot secondary cpus through initial_code
authorJames Bottomley <James.Bottomley@HansenPartnership.com>
Thu, 30 Oct 2008 21:08:38 +0000 (16:08 -0500)
committerIngo Molnar <mingo@elte.hu>
Thu, 30 Oct 2008 21:53:08 +0000 (22:53 +0100)
commit08c33308575b370c89b4ed1198ece5f93145a2aa
tree60fc194d18efe7645cb6f90cfa6a8c58c787ea5c
parentc08b6acc9b996ba6231105cb12a4125c957e0c97
x86/voyager: fix boot breakage caused by x86: boot secondary cpus through initial_code

Impact: boot up secondary CPUs as well on x86/Voyager systems

This commit:

| commit 3e9704739daf46a8ba6593d749c67b5f7cd633d2
| Author: Glauber Costa <gcosta@redhat.com>
| Date:   Wed May 28 13:01:54 2008 -0300
|
|     x86: boot secondary cpus through initial_code

removed the use of initialize_secondary.  However, it didn't update
voyager, so the secondary cpus no longer boot.  Fix this by adding the
initial_code switch to voyager as well.

Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/mach-voyager/voyager_smp.c