patch-2.2.18 linux/include/linux/smp.h

Next file: linux/include/linux/sockios.h
Previous file: linux/include/linux/smb_mount.h
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/linux/smp.h linux/include/linux/smp.h
@@ -80,7 +80,8 @@
 #define smp_threads_ready			1
 #define kernel_lock()
 #define cpu_logical_map(cpu)			0
-#define smp_call_function(func,info,retry,wait)
+#define smp_call_function(func,info,retry,wait)	({0;})
+#define cpu_online_map 1
 
 #endif
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)