smp: Remove smp_call_function() and on_each_cpu() return values
[sfrench/cifs-2.6.git] / drivers / char / agp / generic.c
index 658664a5a5aa4f31404584bd283b1d6530e882ba..df1edb5ec0ade81a2bfa9ab8e876b9f781df4169 100644 (file)
@@ -1311,8 +1311,7 @@ static void ipi_handler(void *null)
 
 void global_cache_flush(void)
 {
-       if (on_each_cpu(ipi_handler, NULL, 1) != 0)
-               panic(PFX "timed out waiting for the other CPUs!\n");
+       on_each_cpu(ipi_handler, NULL, 1);
 }
 EXPORT_SYMBOL(global_cache_flush);