• Scott Wood's avatar
    powerpc/booke64: Use SPRG_TLB_EXFRAME on bolted handlers · a3dc6207
    Scott Wood authored
    While bolted handlers (including e6500) do not need to deal with a TLB
    miss recursively causing another TLB miss, nested TLB misses can still
    happen with crit/mc/debug exceptions -- so we still need to honor
    SPRG_TLB_EXFRAME.
    
    We don't need to spend time modifying it in the TLB miss fastpath,
    though -- the special level exception will handle that.
    Signed-off-by: default avatarScott Wood <scottwood@freescale.com>
    Cc: Mihai Caraman <mihai.caraman@freescale.com>
    Cc: kvm-ppc@vger.kernel.org
    a3dc6207
tlb_low_64e.S 34.3 KB