Date: Sun, 29 Feb 2004 22:17:48 -0800 (PST) From: Juli Mallett <jmallett@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 47897 for review Message-ID: <200403010617.i216Hm67049435@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=47897 Change 47897 by jmallett@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403010617.i216Hm67049435>