Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jul 2007 13:24:08 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 122952 for review
Message-ID:  <200707051324.l65DO8RV073289@repoman.freebsd.org>

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

Change 122952 by gonzo@gonzo_jeeves on 2007/07/05 13:23:59

	o Add read/write functions for watchlo/watchhi cp0 registers.

Affected files ...

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

Differences ...

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

@@ -191,6 +191,8 @@
 MIPS_RDRW32_COP0(entryhi, MIPS_COP_0_TLB_HI);
 MIPS_RDRW32_COP0(pagemask, MIPS_COP_0_TLB_PG_MASK);
 MIPS_RDRW32_COP0(prid, MIPS_COP_0_PRID);
+MIPS_RDRW32_COP0(watchlo, MIPS_COP_0_WATCH_LO);
+MIPS_RDRW32_COP0(watchhi, MIPS_COP_0_WATCH_HI);
 
 static __inline u_int32_t
 mips_rd_config_sel1(void)



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