Subject: CVS commit: src/sys/arch/newsmips/include
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 08/27/2006 06:33:28
Module Name:	src
Committed By:	tsutsui
Date:		Sun Aug 27 06:33:28 UTC 2006

Modified Files:
	src/sys/arch/newsmips/include: param.h

Log Message:
Replace DELAY(9) macro with inline version which uses an asm statement
otherwise gcc4 will omit it completely on optimization.

XXX: some other mips ports have the same problem.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/arch/newsmips/include/param.h

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