The following commit has been merged in the linux branch: commit a22d621c80fb08f668ae3bfe62aeaae64b0b2b89 Author: Ralf Baechle ralf@linux-mips.org Date: Thu Oct 8 22:16:47 2009 +0200
MIPS: VPE: Remove stray unlock_kernel.
Signed-off-by: Ralf Baechle ralf@linux-mips.org Reported-by: Josip Rodin joy@entuzijast.net
diff --git a/arch/mips/kernel/vpe.c b/arch/mips/kernel/vpe.c index 03092ab..6047752 100644 --- a/arch/mips/kernel/vpe.c +++ b/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; }