diff options
-rw-r--r-- | arch/sparc64/mm/tsb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc64/mm/tsb.c b/arch/sparc64/mm/tsb.c index 975242ab88ee..3c1ff05038b1 100644 --- a/arch/sparc64/mm/tsb.c +++ b/arch/sparc64/mm/tsb.c | |||
@@ -58,7 +58,7 @@ void flush_tsb_user(struct mmu_gather *mp) | |||
58 | 58 | ||
59 | ctx = CTX_HWBITS(mm->context); | 59 | ctx = CTX_HWBITS(mm->context); |
60 | 60 | ||
61 | if (tlb_type == cheetah_plus) | 61 | if (tlb_type == cheetah_plus || tlb_type == hypervisor) |
62 | base = __pa(tsb); | 62 | base = __pa(tsb); |
63 | else | 63 | else |
64 | base = (unsigned long) tsb; | 64 | base = (unsigned long) tsb; |