1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-22 15:47:37 +00:00

Remove a bogus comment. "atomic" doesn't mean that the operation is done

as a physical atomic operation.  That would require the code to use the
atomic API, which it does not.  Instead, the operation is made psuedo
atomic (hence the quotes) by use of the lock to protect clearing all of the
flags in question.
This commit is contained in:
John Baldwin 2001-09-21 19:26:57 +00:00
parent 21832b1ec0
commit 278da5113f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83788

View File

@ -150,7 +150,6 @@ ast(framep)
* If another AST is triggered while we are handling the
* AST's saved in sflag, the astpending flag will be set and
* we will loop again.
* XXXKSE Can't do it atomically in KSE
*/
mtx_lock_spin(&sched_lock);
sticks = ke->ke_sticks;