Loading arch/sparc64/mm/tsb.c +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ void flush_tsb_user(struct mmu_gather *mp) ctx = CTX_HWBITS(mm->context); if (tlb_type == cheetah_plus) if (tlb_type == cheetah_plus || tlb_type == hypervisor) base = __pa(tsb); else base = (unsigned long) tsb; Loading Loading
arch/sparc64/mm/tsb.c +1 −1 Original line number Diff line number Diff line Loading @@ -58,7 +58,7 @@ void flush_tsb_user(struct mmu_gather *mp) ctx = CTX_HWBITS(mm->context); if (tlb_type == cheetah_plus) if (tlb_type == cheetah_plus || tlb_type == hypervisor) base = __pa(tsb); else base = (unsigned long) tsb; Loading