Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 09/10/2006 11:12:21
Module Name:	src
Committed By:	tsutsui
Date:		Sun Sep 10 11:12:21 UTC 2006

Modified Files:
	src/sys/arch/hpcmips/include: param.h
	src/sys/arch/mipsco/include: param.h
	src/sys/arch/pmax/include: param.h

Log Message:
Change dumb DELAY(9) macro into inline version with asm like
other mips ports for gcc4's aggressive optimization.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/arch/hpcmips/include/param.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/mipsco/include/param.h
cvs rdiff -r1.37 -r1.38 src/sys/arch/pmax/include/param.h

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