summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_prof.c
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>2003-05-02 01:02:20 +0000
committerjulian <julian@FreeBSD.org>2003-05-02 01:02:20 +0000
commit6ab69ab6e09be555c22fcbe78bf80a184419f33c (patch)
treeebaaeb24395982b3d7211c8b7bcd2f534f8e57b0 /sys/kern/subr_prof.c
parentf42da537ed7769e26ea6fd36b6bce4c47d0a8b3c (diff)
downloadFreeBSD-src-6ab69ab6e09be555c22fcbe78bf80a184419f33c.zip
FreeBSD-src-6ab69ab6e09be555c22fcbe78bf80a184419f33c.tar.gz
remove old and inaccurate XXX comment.
Diffstat (limited to 'sys/kern/subr_prof.c')
-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 569d53c..1ef54c7 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)
OpenPOWER on IntegriCloud