diff options
| -rw-r--r-- | sys/kern/subr_trap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/subr_trap.c b/sys/kern/subr_trap.c index ad96be7288a2..908e8f1421e0 100644 --- a/sys/kern/subr_trap.c +++ b/sys/kern/subr_trap.c @@ -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; |
