Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jul 2006 12:47:47 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 100875 for review
Message-ID:  <200607071247.k67CllQc014135@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=100875

Change 100875 by gonzo@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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607071247.k67CllQc014135>