powerpc/mm: Assume first cpu is boot_cpuid not 0
authorMatthew McClintock <msm@freescale.com>
Tue, 31 Aug 2010 13:24:44 +0000 (13:24 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 2 Sep 2010 04:07:34 +0000 (14:07 +1000)
arch/powerpc/mm/mmu_context_nohash.c assumes the boot cpu
will always have smp_processor_id() == 0. This patch fixes
that assumption

Signed-off-by: Matthew McClintock <msm@freescale.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

No differences found