Delete 4 lines of misleading/incorrect comments.
This commit is contained in:
parent
b5506d5eef
commit
b593b76bee
@ -108,10 +108,6 @@ _thread_kern_sched(ucontext_t *scp)
|
|||||||
/* Check if this function was called from the signal handler: */
|
/* Check if this function was called from the signal handler: */
|
||||||
if (scp != NULL) {
|
if (scp != NULL) {
|
||||||
called_from_handler = 1;
|
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");
|
DBG_MSG("Entering scheduler due to signal\n");
|
||||||
} else {
|
} else {
|
||||||
/* Save the state of the current thread: */
|
/* 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: */
|
/* Check if this function was called from the signal handler: */
|
||||||
if (scp != NULL) {
|
if (scp != NULL) {
|
||||||
called_from_handler = 1;
|
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");
|
DBG_MSG("Entering scheduler due to signal\n");
|
||||||
} else {
|
} else {
|
||||||
/* Save the state of the current thread: */
|
/* 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: */
|
/* Check if this function was called from the signal handler: */
|
||||||
if (scp != NULL) {
|
if (scp != NULL) {
|
||||||
called_from_handler = 1;
|
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");
|
DBG_MSG("Entering scheduler due to signal\n");
|
||||||
} else {
|
} else {
|
||||||
/* Save the state of the current thread: */
|
/* Save the state of the current thread: */
|
||||||
|
Loading…
Reference in New Issue
Block a user