patch-2.2.14 linux/arch/sparc/kernel/process.c
Next file: linux/arch/sparc/kernel/ptrace.c
Previous file: linux/arch/sparc/kernel/head.S
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Tue Jan 4 10:12:12 2000
- Orig file:
v2.2.13/linux/arch/sparc/kernel/process.c
- Orig date:
Mon Aug 9 16:05:55 1999
diff -u --recursive --new-file v2.2.13/linux/arch/sparc/kernel/process.c linux/arch/sparc/kernel/process.c
@@ -1,4 +1,4 @@
-/* $Id: process.c,v 1.137.2.1 1999/08/07 10:42:45 davem Exp $
+/* $Id: process.c,v 1.137.2.2 1999/10/01 01:32:53 anton Exp $
* linux/arch/sparc/kernel/process.c
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
@@ -55,7 +55,6 @@
{
int ret = -EPERM;
- lock_kernel();
if (current->pid != 0)
goto out;
@@ -100,7 +99,6 @@
}
ret = 0;
out:
- unlock_kernel();
return ret;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)