Removed unnecessary call to unlock() from exception().
This commit is contained in:
parent
47e3d11e42
commit
ae018feae2
@ -54,7 +54,6 @@ unsigned vec_nr;
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (k_reenter == 0 && ! istaskp(saved_proc)) {
|
if (k_reenter == 0 && ! istaskp(saved_proc)) {
|
||||||
unlock(7); /* this is protected like sys_call() */
|
|
||||||
cause_sig(proc_nr(saved_proc), ep->signum);
|
cause_sig(proc_nr(saved_proc), ep->signum);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user