mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Delete 4 lines of misleading/incorrect comments.
This commit is contained in:
parent
9e202696b0
commit
810888e2f8
3 changed files with 0 additions and 12 deletions
|
|
@ -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 a new issue