diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-07-08 01:30:43 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-07-08 01:30:43 +0000 |
commit | 458fe58677afb17219d864e100131728038b4f1b (patch) | |
tree | cd3e7332584469eb23554bd22aa4340187703ca0 /arch/mips | |
parent | b8553086288629b4efb77e97f5582e08bc50ad65 (diff) |
Fine grained uniprocessing ...
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/kernel/irixelf.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/kernel/irixelf.c b/arch/mips/kernel/irixelf.c index 25f198f16..ee22aec9d 100644 --- a/arch/mips/kernel/irixelf.c +++ b/arch/mips/kernel/irixelf.c @@ -466,9 +466,7 @@ static inline int look_for_irix_interpreter(char **name, return 0; dput_and_out: - lock_kernel(); fput(file); - unlock_kernel(); out: kfree(*name); return retval; |