Browse Source

MIPS: VPE: Remove stray unlock_kernel.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Reported-by: Josip Rodin <joy@entuzijast.net>
Ralf Baechle 15 years ago
parent
commit
a22d621c80
1 changed files with 0 additions and 2 deletions
  1. 0 2
      arch/mips/kernel/vpe.c

+ 0 - 2
arch/mips/kernel/vpe.c

@@ -1116,8 +1116,6 @@ static int vpe_open(struct inode *inode, struct file *filp)
 	v->shared_ptr = NULL;
 	v->shared_ptr = NULL;
 	v->__start = 0;
 	v->__start = 0;
 
 
-	unlock_kernel();
-
 	return 0;
 	return 0;
 }
 }