Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 91352
b: refs/heads/master
c: e573ebb
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Haavard Skinnemoen committed Apr 20, 2008
1 parent 7f1d5e8 commit c99d72a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 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: 3a4e832cccc5baba98ba010e38c58266954228a7
refs/heads/master: e573ebb0326f2f4a29ee2bd143bfc88ab0332926
8 changes: 3 additions & 5 deletions trunk/include/asm-avr32/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@
#ifndef __ASM_AVR32_PAGE_H
#define __ASM_AVR32_PAGE_H

#include <linux/const.h>

/* 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_SIZE (_AC(1, UL) << PAGE_SHIFT)
#define PAGE_MASK (~(PAGE_SIZE-1))
#define PTE_MASK PAGE_MASK

Expand Down

0 comments on commit c99d72a

Please sign in to comment.