diff options
author | julian <julian@FreeBSD.org> | 2003-05-02 01:02:20 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2003-05-02 01:02:20 +0000 |
commit | 6ab69ab6e09be555c22fcbe78bf80a184419f33c (patch) | |
tree | ebaaeb24395982b3d7211c8b7bcd2f534f8e57b0 /sys/kern/subr_prof.c | |
parent | f42da537ed7769e26ea6fd36b6bce4c47d0a8b3c (diff) | |
download | FreeBSD-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.c | 1 |
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) |