From 9a6a4cb50d40500639f6a784990913942393aba9 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 29 Mar 2004 22:46:54 +0000 Subject: Shorten some XXXKSE commentry --- sys/kern/kern_sig.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/kern/kern_sig.c') diff --git a/sys/kern/kern_sig.c b/sys/kern/kern_sig.c index 6202e6d19b0f..71dc94aca54c 100644 --- a/sys/kern/kern_sig.c +++ b/sys/kern/kern_sig.c @@ -1875,10 +1875,8 @@ do_tdsignal(struct thread *td, int sig, sigtarget_t target) mtx_unlock_spin(&sched_lock); goto out; /* - * XXXKSE What about threads that are waiting on mutexes? - * Shouldn't they abort too? - * No, hopefully mutexes are short lived.. They'll - * eventually hit thread_suspend_check(). + * Mutexes are short lived. Threads waiting on them will + * hit thread_suspend_check() soon. */ } else if (p->p_state == PRS_NORMAL) { if ((p->p_flag & P_TRACED) || (action != SIG_DFL) || -- cgit v1.2.3