diff options
-rw-r--r-- | sys/kern/subr_trap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index 4a02c85..add54bc 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -198,12 +198,10 @@ ast(framep) mtx_unlock_spin(&sched_lock); } if (sflag & PS_NEEDSIGCHK) { - mtx_lock(&Giant); PROC_LOCK(p); while ((sig = cursig(p)) != 0) postsig(sig); PROC_UNLOCK(p); - mtx_unlock(&Giant); } userret(td, framep, sticks); |