diff options
-rw-r--r-- | arch/x86/xen/enlighten.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c index 06219e60e9c8..e2767c28dac7 100644 --- a/arch/x86/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
@@ -1347,7 +1347,7 @@ static const struct pv_mmu_ops xen_mmu_ops __initdata = { | |||
1347 | .ptep_modify_prot_commit = __ptep_modify_prot_commit, | 1347 | .ptep_modify_prot_commit = __ptep_modify_prot_commit, |
1348 | 1348 | ||
1349 | .pte_val = xen_pte_val, | 1349 | .pte_val = xen_pte_val, |
1350 | .pte_flags = native_pte_val, | 1350 | .pte_flags = native_pte_flags, |
1351 | .pgd_val = xen_pgd_val, | 1351 | .pgd_val = xen_pgd_val, |
1352 | 1352 | ||
1353 | .make_pte = xen_make_pte, | 1353 | .make_pte = xen_make_pte, |