on_each_cpu(): kill unused 'retry' parameter
[deliverable/linux.git] / drivers / char / agp / generic.c
index 564daaa6c7d0ef7bf98e4701e2b9b1b1253a2b34..eaa1a355bb326a483b270689347fc49a80cbe05a 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);
This page took 0.03406 seconds and 5 git commands to generate.