Merge branch 'submit1' of viper:/spare/repo/irq-remove-2.6 into irqcleanups
[pandora-kernel.git] / include / linux / smp.h
index 837e8bc..5164998 100644 (file)
@@ -53,6 +53,9 @@ extern void smp_cpus_done(unsigned int max_cpus);
  */
 int smp_call_function(void(*func)(void *info), void *info, int retry, int wait);
 
+int smp_call_function_single(int cpuid, void (*func) (void *info), void *info,
+                               int retry, int wait);
+
 /*
  * Call a function on all processors
  */