dect
/
linux-2.6
Archived
13
0
Fork 0

[SPARC64]: Fix flush_tsb_user() on SUN4V.

Needs to use physical addressing just like cheetah_plus.

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2006-02-15 21:01:31 -08:00
parent 1daef08a12
commit de635d833f
1 changed files with 1 additions and 1 deletions

View File

@ -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;