aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2008-01-30 07:33:53 -0500
committerIngo Molnar <mingo@elte.hu>2008-01-30 07:33:53 -0500
commit1e8e23bc469a11fc190a6bace857075d83dc2555 (patch)
tree9ddc60959b73a194e07756be04576197bd26cdcb /include
parent895bdc29956e5c9e9e101b2b1c2f0ed34130f945 (diff)
x86: introduce canon_pgprot()
Introduce canon_pgprot() Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/asm-x86/pgtable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/pgtable.h b/include/asm-x86/pgtable.h
index 2f93723a3e18..2726ddc457fd 100644
--- a/include/asm-x86/pgtable.h
+++ b/include/asm-x86/pgtable.h
@@ -189,6 +189,8 @@ static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
189 189
190#define pte_pgprot(x) __pgprot(pte_val(x) & (0xfff | _PAGE_NX)) 190#define pte_pgprot(x) __pgprot(pte_val(x) & (0xfff | _PAGE_NX))
191 191
192#define canon_pgprot(p) __pgprot(pgprot_val(p) & __supported_pte_mask)
193
192#ifdef CONFIG_PARAVIRT 194#ifdef CONFIG_PARAVIRT
193#include <asm/paravirt.h> 195#include <asm/paravirt.h>
194#else /* !CONFIG_PARAVIRT */ 196#else /* !CONFIG_PARAVIRT */