projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1daef08
)
[SPARC64]: Fix flush_tsb_user() on SUN4V.
author
David S. Miller
<davem@sunset.davemloft.net>
Thu, 16 Feb 2006 05:01:31 +0000
(21:01 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Mon, 20 Mar 2006 09:13:07 +0000
(
01:13
-0800)
Needs to use physical addressing just like cheetah_plus.
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/mm/tsb.c
patch
|
blob
|
history
diff --git
a/arch/sparc64/mm/tsb.c
b/arch/sparc64/mm/tsb.c
index 975242ab88ee23a66045d6ee2f1ea1cdeb504697..3c1ff05038b15cd7320cb00ab13739f8e540c449 100644
(file)
--- a/
arch/sparc64/mm/tsb.c
+++ b/
arch/sparc64/mm/tsb.c
@@
-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;