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
- Lines: 11
- Date:
Tue Feb 4 16:44:25 1997
- Orig file:
v2.1.25/linux/kernel/signal.c
- Orig date:
Tue Jan 28 18:50:57 1997
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