From b593b76bee29d3f6951bb3facde86725c3061964 Mon Sep 17 00:00:00 2001 From: deischen Date: Thu, 16 Nov 2000 19:15:56 +0000 Subject: [PATCH] Delete 4 lines of misleading/incorrect comments. --- lib/libc_r/uthread/uthread_kern.c | 4 ---- lib/libkse/thread/thr_kern.c | 4 ---- lib/libpthread/thread/thr_kern.c | 4 ---- 3 files changed, 12 deletions(-) diff --git a/lib/libc_r/uthread/uthread_kern.c b/lib/libc_r/uthread/uthread_kern.c index 2b7b2709599c..01faecee7117 100644 --- a/lib/libc_r/uthread/uthread_kern.c +++ b/lib/libc_r/uthread/uthread_kern.c @@ -108,10 +108,6 @@ _thread_kern_sched(ucontext_t *scp) /* Check if this function was called from the signal handler: */ if (scp != NULL) { called_from_handler = 1; - /* - * We're running on the signal stack; just call the - * kernel scheduler directly. - */ DBG_MSG("Entering scheduler due to signal\n"); } else { /* Save the state of the current thread: */ diff --git a/lib/libkse/thread/thr_kern.c b/lib/libkse/thread/thr_kern.c index 2b7b2709599c..01faecee7117 100644 --- a/lib/libkse/thread/thr_kern.c +++ b/lib/libkse/thread/thr_kern.c @@ -108,10 +108,6 @@ _thread_kern_sched(ucontext_t *scp) /* Check if this function was called from the signal handler: */ if (scp != NULL) { called_from_handler = 1; - /* - * We're running on the signal stack; just call the - * kernel scheduler directly. - */ DBG_MSG("Entering scheduler due to signal\n"); } else { /* Save the state of the current thread: */ diff --git a/lib/libpthread/thread/thr_kern.c b/lib/libpthread/thread/thr_kern.c index 2b7b2709599c..01faecee7117 100644 --- a/lib/libpthread/thread/thr_kern.c +++ b/lib/libpthread/thread/thr_kern.c @@ -108,10 +108,6 @@ _thread_kern_sched(ucontext_t *scp) /* Check if this function was called from the signal handler: */ if (scp != NULL) { called_from_handler = 1; - /* - * We're running on the signal stack; just call the - * kernel scheduler directly. - */ DBG_MSG("Entering scheduler due to signal\n"); } else { /* Save the state of the current thread: */