mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
Delete 4 lines of misleading/incorrect comments.
This commit is contained in:
parent
9e202696b0
commit
810888e2f8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=68835
@ -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: */
|
||||
|
@ -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: */
|
||||
|
@ -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: */
|
||||
|
Loading…
Reference in New Issue
Block a user