Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180673
b: refs/heads/master
c: 1f47464
h: refs/heads/master
i:
  180671: 7bf8981
v: v3
  • Loading branch information
David S. Miller committed Feb 19, 2010
1 parent 7beea2e commit c56d675
Show file tree
Hide file tree
Showing 2 changed files with 5 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: d7ecfb3c2aa155c9f6152ebe91de92067d16ba6e
refs/heads/master: 1f474646fdc36b457606bbcd6a3592e6cbd31ac4
6 changes: 4 additions & 2 deletions trunk/arch/sparc/kernel/tsb.S
Original file line number Diff line number Diff line change
Expand Up @@ -191,10 +191,12 @@ tsb_dtlb_load:

tsb_itlb_load:
/* Executable bit must be set. */
661: andcc %g5, _PAGE_EXEC_4U, %g0
.section .sun4v_1insn_patch, "ax"
661: sethi %hi(_PAGE_EXEC_4U), %g4
andcc %g5, %g4, %g0
.section .sun4v_2insn_patch, "ax"
.word 661b
andcc %g5, _PAGE_EXEC_4V, %g0
nop
.previous

be,pn %xcc, tsb_do_fault
Expand Down

0 comments on commit c56d675

Please sign in to comment.