Subject: sun-lamp CVS commits
To: None <source-changes@sun-lamp.cs.berkeley.edu>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 11/06/1994 12:50:05
mycroft
Sun Nov 6 12:33:36 PST 1994
Update of /b/source/CVS/src/sys/arch/i386/i386
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sys/arch/i386/i386
Modified Files:
microtime.s
Log Message:
Approximate the divide by multiplying by 3433/4096. This is faster than
the previous code, and more accurate. Also avoid saving and restoring
registers.
(The multiplication algorithm was generated by GCC.)
mycroft
Sun Nov 6 12:39:52 PST 1994
Update of /b/source/CVS/src/sys/kern
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sys/kern
Modified Files:
kern_sig.c
Log Message:
Trivial changes to make the code more consistent.