commit | 0d35e1620d2882d74faed90d9ac457bf6c7a0886 | [log] [tgz] |
---|---|---|
author | Matthew McClintock <msm@freescale.com> | Tue Aug 31 13:24:44 2010 +0000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Thu Sep 02 14:07:34 2010 +1000 |
tree | f6fd2ef4485227ec92306214545441cee7dd91a0 | |
parent | 86250b9d12caa1a3dee12a7cf638b7dd70eaadb6 [diff] |
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 <msm@freescale.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>