summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2007-04-12 17:00:56 +0000
committeralc <alc@FreeBSD.org>2007-04-12 17:00:56 +0000
commit1732a594ac085a1d06fa3d70b32af6dab2659f88 (patch)
treec8318367b49707aace3dbc2cc62680daa6c1c5cc /sys
parentd18e68d6ab27e50a88d34ec9f7c253c550b08a57 (diff)
downloadFreeBSD-src-1732a594ac085a1d06fa3d70b32af6dab2659f88.zip
FreeBSD-src-1732a594ac085a1d06fa3d70b32af6dab2659f88.tar.gz
MFamd64
Define PGEX_RSV.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/include/pmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/include/pmap.h b/sys/i386/include/pmap.h
index 775c29e..761be98 100644
--- a/sys/i386/include/pmap.h
+++ b/sys/i386/include/pmap.h
@@ -88,6 +88,7 @@
#define PGEX_P 0x01 /* Protection violation vs. not present */
#define PGEX_W 0x02 /* during a Write cycle */
#define PGEX_U 0x04 /* access from User mode (UPL) */
+#define PGEX_RSV 0x08 /* reserved PTE field is non-zero */
#define PGEX_I 0x10 /* during an instruction fetch */
/*
OpenPOWER on IntegriCloud