Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36323
b: refs/heads/master
c: 8c12b5d
h: refs/heads/master
i:
  36321: 04f87a8
  36319: ff5e420
v: v3
  • Loading branch information
Paul Mundt committed Sep 27, 2006
1 parent 3accef5 commit 00546f7
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 28ccf7f91b1ac42ee1f18480a69d2a7486b625ce
refs/heads/master: 8c12b5dc13bf8516303a8224ab4e9708b33d5b00
6 changes: 6 additions & 0 deletions trunk/include/asm-sh/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@

/* PAGE_SHIFT determines the page size */
#define PAGE_SHIFT 12

#ifdef __ASSEMBLY__
#define PAGE_SIZE (1 << PAGE_SHIFT)
#else
#define PAGE_SIZE (1UL << PAGE_SHIFT)
#endif

#define PAGE_MASK (~(PAGE_SIZE-1))
#define PTE_MASK PAGE_MASK

Expand Down

0 comments on commit 00546f7

Please sign in to comment.