From: Matthew McClintock Date: Tue, 31 Aug 2010 13:24:44 +0000 (+0000) Subject: powerpc/mm: Assume first cpu is boot_cpuid not 0 X-Git-Tag: v2.6.37-rc1~180^2~49 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d35e1620d2882d74faed90d9ac457bf6c7a0886;p=pandora-kernel.git powerpc/mm: Assume first cpu is boot_cpuid not 0 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 Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed