Date: Tue, 15 Jun 2004 11:01:07 GMT From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 55004 for review Message-ID: <200406151101.i5FB17Jx024427@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=55004 Change 55004 by jmallett@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406151101.i5FB17Jx024427>