]> err.no Git - linux-2.6/blobdiff - arch/powerpc/mm/tlb_64.c
Merge branch 'for-linus' of git://www.jni.nu/cris
[linux-2.6] / arch / powerpc / mm / tlb_64.c
index 509bc560159b6d3d395e362e2a91563d35b7cf42..a01b5c608ff9333d5424efa12b57035608948473 100644 (file)
@@ -63,7 +63,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);
 }