aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2003-05-02 01:02:20 +0000
committerJulian Elischer <julian@FreeBSD.org>2003-05-02 01:02:20 +0000
commit13652e95788fa4dfedbad4d04d1403b2d54824c2 (patch)
treeebaaeb24395982b3d7211c8b7bcd2f534f8e57b0 /sys
parentef584f5de1e86380d3f7934ab61daf6b2cbbd23c (diff)
downloadsrc-13652e95788fa4dfedbad4d04d1403b2d54824c2.tar.gz
src-13652e95788fa4dfedbad4d04d1403b2d54824c2.zip
remove old and inaccurate XXX comment.
Notes
Notes: svn path=/head/; revision=114482
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/subr_prof.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/kern/subr_prof.c b/sys/kern/subr_prof.c
index 569d53c634fc..1ef54c7d8269 100644
--- a/sys/kern/subr_prof.c
+++ b/sys/kern/subr_prof.c
@@ -500,7 +500,6 @@ addupc_intr(struct thread *td, uintptr_t pc, u_int ticks)
/*
* Much like before, but we can afford to take faults here. If the
* update fails, we simply turn off profiling.
- * XXXKSE, don't use kse unless we got sched lock.
*/
void
addupc_task(struct thread *td, uintptr_t pc, u_int ticks)