mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Remove a XXXKSE comment. the code is no longer a problem..
This commit is contained in:
parent
1d7b9ed2e6
commit
b7f2cf173e
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100885
@ -512,7 +512,7 @@ faultin(p)
|
||||
PROC_LOCK(p);
|
||||
mtx_lock_spin(&sched_lock);
|
||||
FOREACH_THREAD_IN_PROC (p, td)
|
||||
if (td->td_state == TDS_SWAPPED) /* XXXKSE */
|
||||
if (td->td_state == TDS_SWAPPED)
|
||||
setrunqueue(td);
|
||||
|
||||
p->p_sflag &= ~PS_SWAPPINGIN;
|
||||
|
Loading…
Reference in New Issue
Block a user