jeff 2003/12/10 20:23:39 PST
FreeBSD src repository
Modified files:
sys/kern sched_ule.c
Log:
- Don't let the pctcpu rate limiter throttle us if we have recorded over
SCHED_CPU_TICKS ticks. This was allowing processes to display
(1/SCHED_CPU_TIME * 100) % more cpu than they had used.
Revision Changes Path
1.88 +2 -1 src/sys/kern/sched_ule.c