Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 140031
b: refs/heads/master
c: 1152a68
h: refs/heads/master
i:
  140029: 9636880
  140027: 5d147d6
  140023: f2ee9ab
  140015: 443c6a1
  139999: 4e33444
  139967: 4da5d68
  139903: 2158388
  139775: 358f409
v: v3
  • Loading branch information
Helge Deller authored and Kyle McMartin committed Mar 31, 2009
1 parent 283389c commit c7c9efa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 48d27cb2299c0b2fc4d551bddb6a1005828dc0c6
refs/heads/master: 1152a68c4226ce48c95241b6ffc543850b4b3a97
8 changes: 4 additions & 4 deletions trunk/arch/parisc/kernel/entry.S
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@

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

depi _PAGE_SIZE_ENCODING_DEFAULT,31,ASM_PFN_PTE_SHIFT,\pte
extru \pte,24,25,\pte
depi 0,31,ASM_PFN_PTE_SHIFT,\pte
SHRREG \pte,(ASM_PFN_PTE_SHIFT-(31-26)),\pte
.endm

/* This is for ILP32 PA2.0 only. The TLB insertion needs
Expand Down Expand Up @@ -1337,8 +1337,8 @@ nadtlb_check_flush_11:

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

depi 0,31,12,pte
extru pte,24,25,pte
depi 0,31,ASM_PFN_PTE_SHIFT,pte
SHRREG pte,(ASM_PFN_PTE_SHIFT-(31-26)),pte

mfsp %sr1,t0 /* Save sr1 so we can use it in tlb inserts */
mtsp spc,%sr1
Expand Down

0 comments on commit c7c9efa

Please sign in to comment.