Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Mar 2004 11:05:12 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 48803 for review
Message-ID:  <200403121905.i2CJ5CAv056885@repoman.freebsd.org>

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

Change 48803 by jmallett@jmallett_oingo on 2004/03/12 11:04:23

	XContext.  XXX I hate the NetBSD names for Cp0 registers, and
	I'll probably be rewriting those headers soon.

Affected files ...

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

Differences ...

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

@@ -110,6 +110,7 @@
 MIPS_RDRW64_COP0(entrylo1, MIPS_COP_0_TLB_LO1);
 MIPS_RDRW64_COP0(entryhi, MIPS_COP_0_TLB_HI);
 MIPS_RDRW64_COP0(pagemask, MIPS_COP_0_TLB_PG_MASK);
+MIPS_RDRW64_COP0(xcontext, MIPS_COP_0_TLB_XCONTEXT);
 
 #undef	MIPS_RDRW64_COP0
 



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