Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21466
b: refs/heads/master
c: c7f81d4
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Mar 20, 2006
1 parent 69797fd commit 8231cc1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: a7b31bac691668a60da8b9892124b7da408e0a0e
refs/heads/master: c7f81d42d3d07115a7b92e36ade0f3167f75bc55
4 changes: 2 additions & 2 deletions trunk/arch/sparc64/kernel/sun4v_tlb_miss.S
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sun4v_itlb_miss:
COMPUTE_TSB_PTR(%g1, %g4, %g3, %g7)

/* Load TSB tag/pte into %g2/%g3 and compare the tag. */
ldda [%g1] ASI_QUAD_LDD_PHYS, %g2
ldda [%g1] ASI_QUAD_LDD_PHYS_4V, %g2
cmp %g2, %g6
sethi %hi(PAGE_EXEC), %g7
ldx [%g7 + %lo(PAGE_EXEC)], %g7
Expand Down Expand Up @@ -104,7 +104,7 @@ sun4v_dtlb_miss:
COMPUTE_TSB_PTR(%g1, %g4, %g3, %g7)

/* Load TSB tag/pte into %g2/%g3 and compare the tag. */
ldda [%g1] ASI_QUAD_LDD_PHYS, %g2
ldda [%g1] ASI_QUAD_LDD_PHYS_4V, %g2
cmp %g2, %g6
bne,a,pn %xcc, tsb_miss_page_table_walk
mov FAULT_CODE_ITLB, %g3
Expand Down

0 comments on commit 8231cc1

Please sign in to comment.