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:
895bdc2
)
x86: introduce canon_pgprot()
author
Andi Kleen
<ak@suse.de>
Wed, 30 Jan 2008 12:33:53 +0000
(13:33 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Wed, 30 Jan 2008 12:33:53 +0000
(13:33 +0100)
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>
include/asm-x86/pgtable.h
patch
|
blob
|
history
diff --git
a/include/asm-x86/pgtable.h
b/include/asm-x86/pgtable.h
index 2f93723a3e18112f27cc38843b460fdcbe94e3ab..2726ddc457fd95e37be7fd204c517a3cbe3d1c63 100644
(file)
--- 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)
#define pte_pgprot(x) __pgprot(pte_val(x) & (0xfff | _PAGE_NX))
+#define canon_pgprot(p) __pgprot(pgprot_val(p) & __supported_pte_mask)
+
#ifdef CONFIG_PARAVIRT
#include <asm/paravirt.h>
#else /* !CONFIG_PARAVIRT */