patch-2.1.26 linux/kernel/signal.c

Next file: linux/kernel/sys.c
Previous file: linux/kernel/sched.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.25/linux/kernel/signal.c linux/kernel/signal.c
@@ -72,9 +72,8 @@
 {
 	int ret;
 
-	lock_kernel();
+	/* SMP safe */
 	ret = current->blocked;
-	unlock_kernel();
 	return ret;
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov