Removed unnecessary call to unlock() from exception().
This commit is contained in:
parent
47e3d11e42
commit
ae018feae2
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue