Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85545
b: refs/heads/master
c: 5286031
h: refs/heads/master
i:
  85543: 09f684b
v: v3
  • Loading branch information
Paul Mundt committed Feb 14, 2008
1 parent 0d7b661 commit fbe3ce7
Show file tree
Hide file tree
Showing 2 changed files with 9 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: 64e34ca99abc4749ff7fa752f02653d115c577b1
refs/heads/master: 5286031693d14ae20ce4298d002eddc2044e19a4
8 changes: 8 additions & 0 deletions trunk/include/asm-sh/pgtable_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,14 @@ static __inline__ void pmd_set(pmd_t *pmdp,pte_t *ptep)
#define _PAGE_SZHUGE (_PAGE_SIZE0 | _PAGE_SIZE1)
#endif

/*
* Stub out _PAGE_SZHUGE if we don't have a good definition for it,
* to make pte_mkhuge() happy.
*/
#ifndef _PAGE_SZHUGE
# define _PAGE_SZHUGE (0)
#endif

/*
* Default flags for a Kernel page.
* This is fundametally also SHARED because the main use of this define
Expand Down

0 comments on commit fbe3ce7

Please sign in to comment.