PERFORCE change 101544 for review

Bruce M Simpson bms at FreeBSD.org
Fri Jul 14 13:03:29 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=101544

Change 101544 by bms at bms_montagne on 2006/07/14 13:02:33

	Lost in the mists of time: the soft-reset bit.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/include/cpuregs.h#4 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/include/cpuregs.h#4 (text+ko) ====

@@ -232,7 +232,7 @@
 #define	MIPS_SR_INT_IE		0x00010001		/* XXX */
 #endif
 
-#define	MIPS_SR_SOFT_RESET	MIPS3_SR_SOFT_RESET
+#define	MIPS_SR_SOFT_RESET	MIPS3_SR_SR
 #define	MIPS_SR_DIAG_CH		MIPS3_SR_DIAG_CH
 #define	MIPS_SR_DIAG_CE		MIPS3_SR_DIAG_CE
 #define	MIPS_SR_DIAG_PE		MIPS3_SR_DIAG_PE


More information about the p4-projects mailing list