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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/xen/enlighten.c b/arch/x86/xen/enlighten.c
index 8d28925ebed9..7b3508952b9c 100644
--- a/arch/x86/xen/enlighten.c
+++ b/arch/x86/xen/enlighten.c
@@ -1354,7 +1354,7 @@ static const struct pv_mmu_ops xen_mmu_ops __initdata = {
1354 .ptep_modify_prot_commit = __ptep_modify_prot_commit, 1354 .ptep_modify_prot_commit = __ptep_modify_prot_commit,
1355 1355
1356 .pte_val = xen_pte_val, 1356 .pte_val = xen_pte_val,
1357 .pte_flags = native_pte_val, 1357 .pte_flags = native_pte_flags,
1358 .pgd_val = xen_pgd_val, 1358 .pgd_val = xen_pgd_val,
1359 1359
1360 .make_pte = xen_make_pte, 1360 .make_pte = xen_make_pte,