projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
881d90d
)
x86: page.h: move and unify types for pagetable entry, #6
author
Ingo Molnar
<
[email protected]
>
Wed, 30 Jan 2008 12:32:43 +0000
(13:32 +0100)
committer
Ingo Molnar
<
[email protected]
>
Wed, 30 Jan 2008 12:32:43 +0000
(13:32 +0100)
based on:
Subject: x86: page.h: move and unify types for pagetable entry
From: Jeremy Fitzhardinge <
[email protected]
>
Signed-off-by: Ingo Molnar <
[email protected]
>
Signed-off-by: Thomas Gleixner <
[email protected]
>
include/asm-x86/page.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/page.h
b/include/asm-x86/page.h
index 00353eb5666d55aab787d556e1452266543a7ea0..ef393c3df902556dfd6d3aefd1ba4fadd6b53d10 100644
(file)
--- a/
include/asm-x86/page.h
+++ b/
include/asm-x86/page.h
@@
-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,U
L) << __PHYSICAL_MASK_SHIFT) - 1)
+#define __PHYSICAL_MASK
_AT(phys_addr_t, (_AC(1,UL
L) << __PHYSICAL_MASK_SHIFT) - 1)
#define __VIRTUAL_MASK ((_AC(1,UL) << __VIRTUAL_MASK_SHIFT) - 1)
#ifndef __ASSEMBLY__