1
0
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:
Julian Elischer 2002-07-29 18:47:19 +00:00
parent 1d7b9ed2e6
commit b7f2cf173e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100885

View File

@ -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;