Explorar o código

MIPS: VPE: Remove stray unlock_kernel.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Reported-by: Josip Rodin <joy@entuzijast.net>
Ralf Baechle %!s(int64=16) %!d(string=hai) anos
pai
achega
a22d621c80
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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->__start = 0;
 
-	unlock_kernel();
-
 	return 0;
 }