]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/powerpc/mm/tlb_64.c
generic-ipi: fix linux-next tree build failure
[linux-2.6-omap-h63xx.git] / arch / powerpc / mm / tlb_64.c
index e2d867ce1c7eb46fb259993ebf8f99c0a177bca9..69ad829a7fa3bb126c32604ffdf249b67446eb65 100644 (file)
@@ -66,7 +66,7 @@ static void pgtable_free_now(pgtable_free_t pgf)
 {
        pte_freelist_forced_free++;
 
-       smp_call_function(pte_free_smp_sync, NULL, 0, 1);
+       smp_call_function(pte_free_smp_sync, NULL, 1);
 
        pgtable_free(pgf);
 }