PERFORCE change 55004 for review

Juli Mallett jmallett at FreeBSD.org
Tue Jun 15 11:01:53 GMT 2004


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

Change 55004 by jmallett at jmallett_oingo on 2004/06/15 11:00:54

	Add other PG_C attributes from MIPS R4000 user thingo.

Affected files ...

.. //depot/projects/mips/sys/mips/include/pte.h#23 edit

Differences ...

==== //depot/projects/mips/sys/mips/include/pte.h#23 (text+ko) ====

@@ -23,7 +23,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/mips/sys/mips/include/pte.h#22 $
+ * $P4: //depot/projects/mips/sys/mips/include/pte.h#23 $
  */
 
 #ifndef	_MACHINE_PTE_H_
@@ -108,6 +108,10 @@
  */
 #define	PG_C(attr)	((attr & 0x07) << 3)
 #define	PG_C_UNCACHED	(PG_C(0x02))
+#define	PG_C_CNC	(PG_C(0x03))
+#define	PG_C_CCE	(PG_C(0x04))
+#define	PG_C_CCEOW	(PG_C(0x05))
+#define	PG_C_CCUOW	(PG_C(0x06))
 #define	PG_D		0x04
 #define	PG_V		0x02
 #define	PG_G		0x01


More information about the p4-projects mailing list