Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42613
b: refs/heads/master
c: 5b67954
h: refs/heads/master
i:
  42611: 30b8596
v: v3
  • Loading branch information
Paul Mundt committed Dec 6, 2006
1 parent 5b9ca25 commit f2a09e9
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: f36af73304555849985b1fb5c0821c1bfab3a5a0
refs/heads/master: 5b67954e804465a4658dd4da8d52b87a8d1ea00c
8 changes: 8 additions & 0 deletions trunk/include/asm-sh/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,14 @@ extern unsigned long empty_zero_page[PAGE_SIZE / sizeof(unsigned long)];
# endif
#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 (_PAGE_FLAGS_HARD)
#endif

#define _PAGE_CHG_MASK \
(PTE_MASK | _PAGE_ACCESSED | _PAGE_CACHABLE | _PAGE_DIRTY)

Expand Down

0 comments on commit f2a09e9

Please sign in to comment.