Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 63653
b: refs/heads/master
c: 430404e
h: refs/heads/master
i:
  63651: 3edd7cd
v: v3
  • Loading branch information
Paul Mackerras committed Aug 3, 2007
1 parent 2158bbd commit 2ae2b24
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: c0f7c6cb5dbb6d90e0334e62376dbc6ac3d1d315
refs/heads/master: 430404ed9c2f202ca9d3c8072699b2b0279e4dfe
6 changes: 4 additions & 2 deletions trunk/arch/powerpc/mm/hash_low_64.S
Original file line number Diff line number Diff line change
Expand Up @@ -472,10 +472,12 @@ _GLOBAL(htab_call_hpte_insert1)
/* Now try secondary slot */

/* real page number in r5, PTE RPN value + index */
rldicl r5,r31,64-PTE_RPN_SHIFT,PTE_RPN_SHIFT
andis. r0,r31,_PAGE_4K_PFN@h
srdi r5,r31,PTE_RPN_SHIFT
bne- 3f
sldi r5,r5,PAGE_SHIFT-HW_PAGE_SHIFT
add r5,r5,r25
sldi r5,r5,HW_PAGE_SHIFT
3: sldi r5,r5,HW_PAGE_SHIFT

/* Calculate secondary group hash */
andc r0,r27,r28
Expand Down

0 comments on commit 2ae2b24

Please sign in to comment.