X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=arch%2Fx86%2Fxen%2Fmmu.c;h=5c01590380bcd0fa4afd7f387f9a0e0db25dda14;hb=3b16cf874861436725c43ba0b68bdd799297be7c;hp=df40bf74ea751da4a0556a5b6603af1f3989a39b;hpb=3d4422332711ef48ef0f132f1fcbfcbd56c7f3d1;p=linux-2.6-omap-h63xx.git diff --git a/arch/x86/xen/mmu.c b/arch/x86/xen/mmu.c index df40bf74ea7..5c01590380b 100644 --- a/arch/x86/xen/mmu.c +++ b/arch/x86/xen/mmu.c @@ -558,7 +558,7 @@ static void drop_mm_ref(struct mm_struct *mm) } if (!cpus_empty(mask)) - xen_smp_call_function_mask(mask, drop_other_mm_ref, mm, 1); + smp_call_function_mask(mask, drop_other_mm_ref, mm, 1); } #else static void drop_mm_ref(struct mm_struct *mm)