cvs commit: src/sys/conf NOTES files options src/sys/kern kern_clock.c kern_switch.c sched_4bsd.c sched_core.c sched_ule.c src/sys/sys sched.h src/sys/i386/conf GENERIC src/sys/amd64/conf GENERIC

David Xu davidxu at freebsd.org
Tue Jun 13 13:55:22 UTC 2006


On Tuesday 13 June 2006 21:50, John Baldwin wrote:

> Is there a particular reason you added sched_tick() instead of doing
> that work in sched_clock()?

the sched_clock runs at 133 hz, which I don't want to use, I want to
keep accurate time slice, the number can cause problem when doing
multiplication and division.

David Xu


More information about the cvs-src mailing list