Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Scott Reynolds <scottr@netbsd.org>
List: source-changes
Date: 06/10/1999 23:51:40
Module Name:	syssrc
Committed By:	scottr
Date:		Fri Jun 11 06:51:40 UTC 1999

Modified Files:
	syssrc/sys/arch/mac68k/mac68k: clock.c locore.s

Log Message:
Eliminate more overhead in delay(); there's no point in doing the same
thing in both the calibrator function and the actual delay function.  At
this point, _delay() does all of the work, so we can garbage collect
dummy_delay() and make _delay() an alternate entry point for delay().

This results in a small (but measurable) improvement on the IIci.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 syssrc/sys/arch/mac68k/mac68k/clock.c
cvs rdiff -r1.116 -r1.117 syssrc/sys/arch/mac68k/mac68k/locore.s

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.