x86/paravirt: add pte_flags to just get pte flags
[deliverable/linux.git] / include / asm-x86 / page.h
index dc936dddf16118e667f7c074ef5f27fdbfd4dbf8..a1e2b9470f256c1f3da04a697bad458b81307f9c 100644 (file)
@@ -160,6 +160,7 @@ static inline pteval_t native_pte_val(pte_t pte)
 #endif
 
 #define pte_val(x)     native_pte_val(x)
+#define pte_flags(x)   native_pte_val(x)
 #define __pte(x)       native_make_pte(x)
 
 #endif /* CONFIG_PARAVIRT */
This page took 0.025246 seconds and 5 git commands to generate.