X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fx86%2Finclude%2Fasm%2Fparavirt_types.h;h=142236ed83af580c06e2e00893501e3fc38b0e65;hb=4cb38750d49010ae72e718d46605ac9ba5a851b4;hp=8613cbb7ba41e63d8626e2bae1356793ca279a1d;hpb=0a2fe19ccc4bc552a8083a595a3aa737b8bea727;p=~andy%2Flinux diff --git a/arch/x86/include/asm/paravirt_types.h b/arch/x86/include/asm/paravirt_types.h index 8613cbb7ba4..142236ed83a 100644 --- a/arch/x86/include/asm/paravirt_types.h +++ b/arch/x86/include/asm/paravirt_types.h @@ -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);