From 1c800aa1f9126fc8c07c29da3b3089112b15ecbe Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Thu, 23 Apr 2009 12:19:36 +0000 Subject: [PATCH] Updated TODO. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30344 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/kernel/signal.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system/kernel/signal.cpp b/src/system/kernel/signal.cpp index 5007826043..15a3633d83 100644 --- a/src/system/kernel/signal.cpp +++ b/src/system/kernel/signal.cpp @@ -622,8 +622,8 @@ send_signal_etc(pid_t id, uint signal, uint32 flags) GRAB_THREAD_LOCK(); } - // ToDo: maybe the scheduler should only be invoked if there is reason to do it? - // (ie. deliver_signal() moved some threads in the running queue?) + // TODO: The scheduler should only be invoked if there is reason to do it + // (ie. deliver_signal() moved some threads in the running queue)! if ((flags & (B_DO_NOT_RESCHEDULE | SIGNAL_FLAG_TEAMS_LOCKED)) == 0) scheduler_reschedule();