PERFORCE change 100875 for review

Oleksandr Tymoshenko gonzo at FreeBSD.org
Fri Jul 7 12:47:48 UTC 2006


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

Change 100875 by gonzo at gonzo_hq on 2006/07/07 12:46:51

	entrylo0/entrylo1 registers rd/wr functions added.

Affected files ...

.. //depot/projects/mips2/src/sys/mips/include/cpufunc.h#10 edit

Differences ...

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

@@ -168,6 +168,8 @@
 MIPS_RDRW32_COP0(status, MIPS_COP_0_STATUS);
 
 /* XXX: mips32 */
+MIPS_RDRW32_COP0(entrylo0, MIPS_COP_0_TLB_LO0);
+MIPS_RDRW32_COP0(entrylo1, MIPS_COP_0_TLB_LO1);
 MIPS_RDRW32_COP0(entrylow, MIPS_COP_0_TLB_LOW);
 MIPS_RDRW32_COP0(entryhi, MIPS_COP_0_TLB_HI);
 MIPS_RDRW32_COP0(pagemask, MIPS_COP_0_TLB_PG_MASK);


More information about the p4-projects mailing list