Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24813
b: refs/heads/master
c: b9e71ac
h: refs/heads/master
i:
  24811: e5bbbe3
v: v3
  • Loading branch information
Helge Deller authored and Kyle McMartin committed Mar 30, 2006
1 parent 6fbb26d commit 885dd8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: ba57583396585a1ca509e2a84d970a2ff3f9bbfb
refs/heads/master: b9e71ac13a71bb435a4146d868080f5389bb906c
6 changes: 3 additions & 3 deletions trunk/arch/parisc/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,10 @@
extrd,u,*= \pte,_PAGE_GATEWAY_BIT+32,1,%r0
depd %r0,11,2,\prot /* If Gateway, Set PL2 to 0 */

/* Get rid of prot bits and convert to page addr for iitlbt */
/* Get rid of prot bits and convert to page addr for iitlbt and idtlbt */

depd %r0,63,PAGE_SHIFT,\pte
extrd,u \pte,56,32,\pte
extrd,s \pte,(63-PAGE_SHIFT)+(63-58),64-PAGE_SHIFT,\pte
.endm

/* Identical macro to make_insert_tlb above, except it
Expand All @@ -584,7 +584,7 @@

/* Get rid of prot bits and convert to page addr for iitlba */

depi 0,31,12,\pte
depi 0,31,PAGE_SHIFT,\pte
extru \pte,24,25,\pte

.endm
Expand Down

0 comments on commit 885dd8f

Please sign in to comment.