PERFORCE change 29915 for review

Juli Mallett jmallett at FreeBSD.org
Sun Apr 27 19:49:34 PDT 2003


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

Change 29915 by jmallett at jmallett_dalek on 2003/04/27 19:49:19

	Add the external cache enable bit from NetBSD.

Affected files ...

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

Differences ...

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

@@ -316,6 +316,9 @@
 	((base) << (((config) & (mask)) >> (shift)))
 #endif
 
+/* External cache enable: Controls L2 for R5000/Rm527x and L3 for Rm7000 */
+#define	MIPS3_CONFIG_SE		0x00001000
+
 /* Block ordering: 0: sequential, 1: sub-block */
 #define	MIPS3_CONFIG_EB		0x00002000
 


More information about the p4-projects mailing list