diff options
Diffstat (limited to 'arch/x86/kernel/paravirt.c')
-rw-r--r-- | arch/x86/kernel/paravirt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/paravirt.c b/arch/x86/kernel/paravirt.c index 254e8aa8bfdb..aa3442340705 100644 --- a/arch/x86/kernel/paravirt.c +++ b/arch/x86/kernel/paravirt.c | |||
@@ -466,7 +466,6 @@ struct pv_mmu_ops pv_mmu_ops = { | |||
466 | #if PAGETABLE_LEVELS >= 3 | 466 | #if PAGETABLE_LEVELS >= 3 |
467 | #ifdef CONFIG_X86_PAE | 467 | #ifdef CONFIG_X86_PAE |
468 | .set_pte_atomic = native_set_pte_atomic, | 468 | .set_pte_atomic = native_set_pte_atomic, |
469 | .set_pte_present = native_set_pte_present, | ||
470 | .pte_clear = native_pte_clear, | 469 | .pte_clear = native_pte_clear, |
471 | .pmd_clear = native_pmd_clear, | 470 | .pmd_clear = native_pmd_clear, |
472 | #endif | 471 | #endif |