Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80173
b: refs/heads/master
c: 6724a1d
h: refs/heads/master
i:
  80171: 4401342
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent 2976f35 commit fcb5918
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: 881d90d0daaeac018b0d5beb739dd825ccee0143
refs/heads/master: 6724a1d2fc6b40d55f232b8dacc12a915878bdc7
2 changes: 1 addition & 1 deletion trunk/include/asm-x86/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
/* to align the pointer to the (next) page boundary */
#define PAGE_ALIGN(addr) (((addr)+PAGE_SIZE-1)&PAGE_MASK)

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

#ifndef __ASSEMBLY__
Expand Down

0 comments on commit fcb5918

Please sign in to comment.