Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97007
b: refs/heads/master
c: 1bb271d
h: refs/heads/master
i:
  97005: fbec0fd
  97003: 7ee43cb
  96999: bf4fcbf
  96991: bed64dd
v: v3
  • Loading branch information
Jeremy Fitzhardinge authored and Linus Torvalds committed May 20, 2008
1 parent a369584 commit 1f62d96
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: 2bd3a99c9d1851182f73d0a024dc5bdb0a470e8c
refs/heads/master: 1bb271db63c356212564aad050b2cf026f800858
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
/* to align the pointer to the (next) page boundary */
#define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK)

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

#ifndef __ASSEMBLY__
Expand Down

0 comments on commit 1f62d96

Please sign in to comment.