diff options
Diffstat (limited to 'sys/kern/kern_switch.c')
-rw-r--r-- | sys/kern/kern_switch.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/kern_switch.c b/sys/kern/kern_switch.c index 5cefb1c..e76c34b 100644 --- a/sys/kern/kern_switch.c +++ b/sys/kern/kern_switch.c @@ -160,9 +160,7 @@ retry: /* * Given a surplus KSE, either assign a new runable thread to it * (and put it in the run queue) or put it in the ksegrp's idle KSE list. - * Or maybe give it back to its owner if it's been loaned. - * Assumes that the original thread is either not runnable or - * already on the run queue + * Assumes that the original thread is not runnable. */ void kse_reassign(struct kse *ke) |