[PATCH] ppc64: Fix issue with non zero boot cpu
authorAnton Blanchard <anton@samba.org>
Wed, 21 Sep 2005 16:55:33 +0000 (09:55 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 21 Sep 2005 17:11:54 +0000 (10:11 -0700)
commit1bc2a3bb86688ffca691ba2ad30a2d5dcba774cf
tree09e8f19669e0494cd3464b0d5babebf259778c30
parentd6dbf42ee36d4f9ffc2a93877c19937c81974124
[PATCH] ppc64: Fix issue with non zero boot cpu

The new version of the flattened device tree passes the boot cpuid in the
header instead of via a linux,boot-cpu property.

We need to update the in kernel OF parsing code to do this, otherwise
machines with a non zero boot cpuid fail to come up.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/ppc64/kernel/prom_init.c