powerpc/85xx: Load all early TLB entries at once
authorScott Wood <scottwood@freescale.com>
Wed, 7 Oct 2015 03:48:09 +0000 (22:48 -0500)
committerScott Wood <scottwood@freescale.com>
Fri, 23 Oct 2015 03:50:46 +0000 (22:50 -0500)
commitd9e1831a420267a7ced708bb259d65b0a3c0344d
tree7df430b2f3deec91fd977f438ba4b207be8db46b
parent1930bb5ccf77da3bf1483e2cd85a12ec9c0ed0f6
powerpc/85xx: Load all early TLB entries at once

Use an AS=1 trampoline TLB entry to allow all normal TLB1 entries to
be loaded at once.  This avoids the need to keep the translation that
code is executing from in the same TLB entry in the final TLB
configuration as during early boot, which in turn is helpful for
relocatable kernels (e.g. kdump) where the kernel is not running from
what would be the first TLB entry.

On e6500, we limit map_mem_in_cams() to the primary hwthread of a
core (the boot cpu is always considered primary, as a kdump kernel
can be entered on any cpu).  Each TLB only needs to be set up once,
and when we do, we don't want another thread to be running when we
create a temporary trampoline TLB1 entry.

Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/kernel/setup_64.c
arch/powerpc/mm/fsl_booke_mmu.c
arch/powerpc/mm/mmu_decl.h
arch/powerpc/mm/tlb_nohash.c
arch/powerpc/mm/tlb_nohash_low.S