Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 101707
b: refs/heads/master
c: 87e9ab1
h: refs/heads/master
i:
  101705: f53dadd
  101703: 8cc9945
v: v3
  • Loading branch information
Dave Kleikamp authored and Paul Mackerras committed Jul 1, 2008
1 parent 9012338 commit 9ba07ef
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 0cb99013775f75a7b2cc72a26f48827601cf7cee
refs/heads/master: 87e9ab13c36b838f7d557a6111dfdd29fcde85ad
5 changes: 2 additions & 3 deletions trunk/arch/powerpc/mm/hugetlbpage.c
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,8 @@ int hash_huge_page(struct mm_struct *mm, unsigned long access,
new_pte = (new_pte & ~_PAGE_HPTEFLAGS) | _PAGE_HASHPTE;
#endif
/* Add in WIMG bits */
/* XXX We should store these in the pte */
/* --BenH: I think they are ... */
rflags |= _PAGE_COHERENT;
rflags |= (new_pte & (_PAGE_WRITETHRU | _PAGE_NO_CACHE |
_PAGE_COHERENT | _PAGE_GUARDED));

/* Insert into the hash table, primary slot */
slot = ppc_md.hpte_insert(hpte_group, va, pa, rflags, 0,
Expand Down

0 comments on commit 9ba07ef

Please sign in to comment.