Subject: CVS commit: syssrc/sys/arch/mips/include
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 06/01/2002 15:10:47
Module Name:	syssrc
Committed By:	simonb
Date:		Sat Jun  1 12:10:46 UTC 2002

Modified Files:
	syssrc/sys/arch/mips/include: cpu.h

Log Message:
Add two new cpu capability flags: CPU_MIPS_USE_WAIT for CPUs that use a
"wait" instruction based cpu_idle(), and CPU_MIPS_NO_WAIT for specific
CPUs that don't use this (applicable to mips32/64 mainly).


To generate a diff of this commit:
cvs rdiff -r1.62 -r1.63 syssrc/sys/arch/mips/include/cpu.h

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