patch-2.4.23 linux-2.4.23/drivers/s390/net/ctctty.c

Next file: linux-2.4.23/drivers/sbus/char/bbc_envctrl.c
Previous file: linux-2.4.23/drivers/pnp/isapnp.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.22/drivers/s390/net/ctctty.c linux-2.4.23/drivers/s390/net/ctctty.c
@@ -42,7 +42,7 @@
 #define init_waitqueue_head(x) *(x)=NULL
 #define __set_current_state(state_value) \
 	do { current->state = state_value; } while (0)
-#ifdef __SMP__
+#ifdef CONFIG_SMP
 #define set_current_state(state_value) \
 	do { __set_current_state(state_value); mb(); } while (0)
 #else

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