Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21495
b: refs/heads/master
c: f6c1fe5
h: refs/heads/master
i:
  21493: 186f237
  21491: c6cc4d1
  21487: 9efde23
v: v3
  • Loading branch information
Fabio M. Di Nitto authored and David S. Miller committed Mar 20, 2006
1 parent 6fd5f91 commit 8825159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8b234274418d6d79527c4ac3a72da446ca4cb35f
refs/heads/master: f6c1fe529217788f095f6953c2b66bec1196ad3d
2 changes: 2 additions & 0 deletions trunk/include/asm-sparc64/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ static inline pgprot_t pgprot_noncached(pgprot_t prot)
*/
#define pgprot_noncached pgprot_noncached

#ifdef CONFIG_HUGETLB_PAGE
static inline pte_t pte_mkhuge(pte_t pte)
{
unsigned long mask;
Expand All @@ -371,6 +372,7 @@ static inline pte_t pte_mkhuge(pte_t pte)

return __pte(pte_val(pte) | mask);
}
#endif

static inline pte_t pte_mkdirty(pte_t pte)
{
Expand Down

0 comments on commit 8825159

Please sign in to comment.