Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212065
b: refs/heads/master
c: a416e9e
h: refs/heads/master
i:
  212063: 7da5ab0
v: v3
  • Loading branch information
Namhyung Kim authored and H. Peter Anvin committed Oct 7, 2010
1 parent 97c3b7e commit 6ec0c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 161b0275e2311b8bd9609d5f32e2b703cf5d70a8
refs/heads/master: a416e9e1dde0fbcf20cda59df284cc0dcf2aadc4
2 changes: 1 addition & 1 deletion trunk/arch/x86/include/asm/page_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#define PAGE_SIZE (_AC(1,UL) << PAGE_SHIFT)
#define PAGE_MASK (~(PAGE_SIZE-1))

#define __PHYSICAL_MASK ((phys_addr_t)(1ULL << __PHYSICAL_MASK_SHIFT) - 1)
#define __PHYSICAL_MASK ((phys_addr_t)((1ULL << __PHYSICAL_MASK_SHIFT) - 1))
#define __VIRTUAL_MASK ((1UL << __VIRTUAL_MASK_SHIFT) - 1)

/* Cast PAGE_MASK to a signed type so that it is sign-extended if
Expand Down

0 comments on commit 6ec0c62

Please sign in to comment.