]> Pileus Git - ~andy/linux/blobdiff - arch/x86/include/asm/paravirt_types.h
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[~andy/linux] / arch / x86 / include / asm / paravirt_types.h
index 8613cbb7ba41e63d8626e2bae1356793ca279a1d..142236ed83af580c06e2e00893501e3fc38b0e65 100644 (file)
@@ -248,7 +248,8 @@ struct pv_mmu_ops {
        void (*flush_tlb_single)(unsigned long addr);
        void (*flush_tlb_others)(const struct cpumask *cpus,
                                 struct mm_struct *mm,
-                                unsigned long va);
+                                unsigned long start,
+                                unsigned long end);
 
        /* Hooks for allocating and freeing a pagetable top-level */
        int  (*pgd_alloc)(struct mm_struct *mm);