Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21484
b: refs/heads/master
c: 3b3ab2e
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent d876a2e commit a0ab885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ebd8c56c5ae154e2c6cfb7453a76a4e7265b2377
refs/heads/master: 3b3ab2eb9cf07ef1bc7a676c19aab994adb41a87
2 changes: 1 addition & 1 deletion trunk/arch/sparc64/mm/init.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ static inline void tsb_insert(struct tsb *ent, unsigned long tag, unsigned long
{
unsigned long tsb_addr = (unsigned long) ent;

if (tlb_type == cheetah_plus)
if (tlb_type == cheetah_plus || tlb_type == hypervisor)
tsb_addr = __pa(tsb_addr);

__tsb_insert(tsb_addr, tag, pte);
Expand Down

0 comments on commit a0ab885

Please sign in to comment.