aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/xen/enlighten.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/xen/enlighten.c')
-rw-r--r--arch/x86/xen/enlighten.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index 73fb0c4c150..0b7553cbc52 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -1138,6 +1138,9 @@ static const struct pv_mmu_ops xen_mmu_ops __initdata = {
1138 .set_pte_at = xen_set_pte_at, 1138 .set_pte_at = xen_set_pte_at,
1139 .set_pmd = xen_set_pmd_hyper, 1139 .set_pmd = xen_set_pmd_hyper,
1140 1140
1141 .ptep_modify_prot_start = __ptep_modify_prot_start,
1142 .ptep_modify_prot_commit = __ptep_modify_prot_commit,
1143
1141 .pte_val = xen_pte_val, 1144 .pte_val = xen_pte_val,
1142 .pte_flags = native_pte_val, 1145 .pte_flags = native_pte_val,
1143 .pgd_val = xen_pgd_val, 1146 .pgd_val = xen_pgd_val,