powerpc: Make ppc32 respect the boot cpu id for !CONFIG_SMP
authorKumar Gala <galak@kernel.crashing.org>
Fri, 10 Oct 2008 09:44:33 +0000 (09:44 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Sun, 12 Oct 2008 23:56:19 +0000 (10:56 +1100)
Previously the FDT header field boot_cpuid_phys wasn't actually used
on ppc32.  Instead the physical boot cpuid was assumed to be 0 for
!CONFIG_SMP.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found