diff options
author | Robert Mustacchi <rm@fingolfin.org> | 2020-09-14 22:48:50 -0700 |
---|---|---|
committer | Robert Mustacchi <rm@fingolfin.org> | 2020-09-17 14:12:17 -0700 |
commit | 3d21c6bf2078598ab053d382b8a9af3b70b8e995 (patch) | |
tree | 051c3d8d3e2a325f4ffeb3c2391f1b0e36e54df6 /usr | |
parent | 73439c833efecf3010718112f4fce6bb183a6803 (diff) | |
download | illumos-joyent-3d21c6bf2078598ab053d382b8a9af3b70b8e995.tar.gz |
11064 md_clear is misspelt
Reviewed by: Andy Fiddaman <andy@omniosce.org>
Reviewed by: Marco van Wieringen <mvw@planets.elm.net>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr')
-rw-r--r-- | usr/src/uts/i86pc/os/cpuid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/i86pc/os/cpuid.c b/usr/src/uts/i86pc/os/cpuid.c index 461db5226f..c1c8d93af5 100644 --- a/usr/src/uts/i86pc/os/cpuid.c +++ b/usr/src/uts/i86pc/os/cpuid.c @@ -1431,7 +1431,7 @@ static char *x86_feature_names[NUM_X86_FEATURES] = { "tbm", "avx512_vnni", "amd_pcec", - "mb_clear", + "md_clear", "mds_no", "core_thermal", "pkg_thermal", |