]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/kernel/paravirt.c
Merge commit 'origin/master' into for-linus/xen/master
[karo-tx-linux.git] / arch / x86 / kernel / paravirt.c
index 254e8aa8bfdb1f64da37941de41a20fc0850d4e8..aa3442340705bfa7e8855e4e0fcac80a5af60809 100644 (file)
@@ -466,7 +466,6 @@ struct pv_mmu_ops pv_mmu_ops = {
 #if PAGETABLE_LEVELS >= 3
 #ifdef CONFIG_X86_PAE
        .set_pte_atomic = native_set_pte_atomic,
-       .set_pte_present = native_set_pte_present,
        .pte_clear = native_pte_clear,
        .pmd_clear = native_pmd_clear,
 #endif