~kris/9p

9hist

a3baffabfd788a78d5acb716fa717de4ec16b5b3 — David du Colombier 26 years ago 422614f
Plan 9 from Bell Labs 2000-01-23
1 files changed, 2 insertions(+), 2 deletions(-)

M port/portdat.h
M port/portdat.h => port/portdat.h +2 -2
@@ 268,8 268,8 @@ struct Note
enum
{
	PG_NOFLUSH	= 0,
	PG_TXTFLUSH	= 1,		/* flush icache */
	PG_DATFLUSH	= 2,		/* flush both i & d caches */
	PG_TXTFLUSH	= 1,		/* flush dcache and invalidate icache */
	PG_DATFLUSH	= 2,		/* flush both i & d caches (UNUSED) */
	PG_NEWCOL	= 3,		/* page has been recolored */

	PG_MOD		= 0x01,		/* software modified bit */