Removed unnecessary call to unlock() from exception().

This commit is contained in:
Jorrit Herder 2005-06-17 09:50:12 +00:00
parent 47e3d11e42
commit ae018feae2

View file

@ -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;
}