Subject: CVS commit: src/sys/arch
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 01/26/2008 14:40:08
Module Name:	src
Committed By:	tsutsui
Date:		Sat Jan 26 14:40:08 UTC 2008

Modified Files:
	src/sys/arch/hpcmips/tx: tx39power.c
	src/sys/arch/mips/mips: cache_tx39.c locore_mips1.S

Log Message:
Make these TX39xx stuff compile without "-mips2" option.
TX39xx has a sync instruction, but it doesn't support all mips2 instructions.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/arch/hpcmips/tx/tx39power.c
cvs rdiff -r1.5 -r1.6 src/sys/arch/mips/mips/cache_tx39.c
cvs rdiff -r1.63 -r1.64 src/sys/arch/mips/mips/locore_mips1.S

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