on_each_cpu(): kill unused 'retry' parameter
[safe/jmp/linux-2.6] / drivers / char / agp / generic.c
index 564daaa..eaa1a35 100644 (file)
@@ -1249,7 +1249,7 @@ static void ipi_handler(void *null)
 
 void global_cache_flush(void)
 {
-       if (on_each_cpu(ipi_handler, NULL, 1, 1) != 0)
+       if (on_each_cpu(ipi_handler, NULL, 1) != 0)
                panic(PFX "timed out waiting for the other CPUs!\n");
 }
 EXPORT_SYMBOL(global_cache_flush);