Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/x86/isa
Module Name: src
Committed By: joerg
Date: Fri Dec 28 14:05:23 UTC 2007
Modified Files:
src/sys/arch/x86/isa: clock.c
Log Message:
Remove delaytab and just compute the reminder directly. This requires
two muls and a shift, which needs at most 2ms on a 25MHz i386 and should
end up as fast as delay(1) was before due to using a reminder of 2.
Discussed with ad@.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/arch/x86/isa/clock.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index