summaryrefslogtreecommitdiff
path: root/usr/src/cmd
diff options
context:
space:
mode:
authorRobert Mustacchi <rm@joyent.com>2015-07-28 22:32:13 +0000
committerRobert Mustacchi <rm@joyent.com>2015-11-12 09:57:45 +0000
commit0b74b7926a52d8b5aac502670b436e5c8d0b15aa (patch)
tree9f8ca3d7799d9bb9a71732702657e98fdb502300 /usr/src/cmd
parent86dea8ce0c1e0dae474c80cee152a78d448e45ec (diff)
downloadillumos-joyent-0b74b7926a52d8b5aac502670b436e5c8d0b15aa.tar.gz
OS-4390 Want SMAP support
OS-4927 ucopystr can't find its way home Reviewed by: Patrick Mooney <patrick.mooney@joyent.com> Reviewed by: Cody Mello <cody.mello@joyent.com>
Diffstat (limited to 'usr/src/cmd')
-rw-r--r--usr/src/cmd/mdb/i86pc/modules/unix/unix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/mdb/i86pc/modules/unix/unix.c b/usr/src/cmd/mdb/i86pc/modules/unix/unix.c
index 3a90ce431b..4bce7100ef 100644
--- a/usr/src/cmd/mdb/i86pc/modules/unix/unix.c
+++ b/usr/src/cmd/mdb/i86pc/modules/unix/unix.c
@@ -918,6 +918,7 @@ crregs_dcmd(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv)
{ "SMXE", CR4_SMXE, CR4_SMXE },
{ "OSXSAVE", CR4_OSXSAVE, CR4_OSXSAVE },
{ "SMEP", CR4_SMEP, CR4_SMEP },
+ { "SMAP", CR4_SMAP, CR4_SMAP },
{ NULL, 0, 0 }
};