]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/smp.h
[INET_CONNECTION_SOCK]: Pack struct inet_connection_sock_af_ops
[linux-2.6-omap-h63xx.git] / include / linux / smp.h
index c93c3fe4308c898cd2a6fa9939305e9b4203bbc5..51649987f691dad9b339d3ac8d8770ac2d5ede08 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
  */
@@ -125,4 +128,6 @@ static inline void smp_send_reschedule(int cpu) { }
 #define put_cpu()              preempt_enable()
 #define put_cpu_no_resched()   preempt_enable_no_resched()
 
+void smp_setup_processor_id(void);
+
 #endif /* __LINUX_SMP_H */