x86/paravirt: add pte_flags to just get pte flags
[deliverable/linux.git] / arch / x86 / kernel / paravirt.c
index 74f0c5ea2a0388af848faa058804cd9df86f4391..c98d54688180474ed0930c10fdc40444f1de9fca 100644 (file)
@@ -403,6 +403,7 @@ struct pv_mmu_ops pv_mmu_ops = {
 #endif /* PAGETABLE_LEVELS >= 3 */
 
        .pte_val = native_pte_val,
+       .pte_flags = native_pte_val,
        .pgd_val = native_pgd_val,
 
        .make_pte = native_make_pte,
This page took 0.02625 seconds and 5 git commands to generate.