PERFORCE change 134361 for review

Warner Losh imp at FreeBSD.org
Tue Jan 29 00:19:43 PST 2008


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

Change 134361 by imp at imp_lighthouse on 2008/01/29 08:18:48

	Register definitions

Affected files ...

.. //depot/projects/mips2-jnpr/src/sys/mips/include/cpu.h#9 edit

Differences ...

==== //depot/projects/mips2-jnpr/src/sys/mips/include/cpu.h#9 (text+ko) ====

@@ -151,6 +151,12 @@
 #define	CR_INT_CLOCK	CR_INT_5
 
 /*
+ * The bits in the CONFIG register
+ */
+#define CFG_K0_UNCACHED	2
+#define	CFG_K0_CACHED	3
+
+/*
  * The bits in the context register.
  */
 #define	CNTXT_PTE_BASE		0xff800000


More information about the p4-projects mailing list