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

Modified Files:
	src/sys/arch/newsmips/newsmips: news3400.c

Log Message:
Make badaddr_flag volatile to avoid unintended optimization by gcc4.
Now GENERIC compiled by gcc4 works on NWS-3470D.

XXX: Is this gcc4 optimization bug, or volitile is required in this case?


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/arch/newsmips/newsmips/news3400.c

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