PERFORCE change 47897 for review

Juli Mallett jmallett at FreeBSD.org
Sun Feb 29 22:17:49 PST 2004


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

Change 47897 by jmallett at jmallett_oingo on 2004/02/29 22:17:32

	Unused.

Affected files ...

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

Differences ...

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

@@ -91,12 +91,10 @@
  * 	G:	Global bit.  This means that this mapping is present
  * 		in EVERY address space, and to ignore the ASID when
  * 		it is matched.
- * 	HW:	Mask of all hardware bits.
  */
 #define	PG_D	0x04
 #define	PG_V	0x02
 #define	PG_G	0x01
-#define	PG_HW	(PG_D | PG_V | PG_G)
 
 /*
  * VM flags managed in software:


More information about the p4-projects mailing list