aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/pgtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/pgtable.h')
-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 0c3ecca0f79c..b4ee5939afe5 100644
--- a/include/asm-x86/pgtable.h
+++ b/include/asm-x86/pgtable.h
@@ -187,6 +187,8 @@ static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
187 return __pte(val); 187 return __pte(val);
188} 188}
189 189
190#define pte_pgprot(x) __pgprot(pte_val(x) & (0xfff | _PAGE_NX))
191
190#ifdef CONFIG_PARAVIRT 192#ifdef CONFIG_PARAVIRT
191#include <asm/paravirt.h> 193#include <asm/paravirt.h>
192#else /* !CONFIG_PARAVIRT */ 194#else /* !CONFIG_PARAVIRT */