]> Zhao Yanbai Git Server - minix.git/commitdiff
Removed unnecessary call to unlock() from exception().
authorJorrit Herder <jnherder@minix3.org>
Fri, 17 Jun 2005 09:50:12 +0000 (09:50 +0000)
committerJorrit Herder <jnherder@minix3.org>
Fri, 17 Jun 2005 09:50:12 +0000 (09:50 +0000)
kernel/exception.c

index 123995807b2d5718d534cb98a5a2fc8d127c7808..d3c7810c581369d1792464448056aabbb709498b 100755 (executable)
@@ -54,7 +54,6 @@ unsigned vec_nr;
   }
 
   if (k_reenter == 0 && ! istaskp(saved_proc)) {
-       unlock(7);              /* this is protected like sys_call() */
        cause_sig(proc_nr(saved_proc), ep->signum);
        return;
   }