diff options
Diffstat (limited to 'usr/src/uts/i86pc/os/cpuid.c')
-rw-r--r-- | usr/src/uts/i86pc/os/cpuid.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/usr/src/uts/i86pc/os/cpuid.c b/usr/src/uts/i86pc/os/cpuid.c index d50e755e31..f53ec818d2 100644 --- a/usr/src/uts/i86pc/os/cpuid.c +++ b/usr/src/uts/i86pc/os/cpuid.c @@ -2355,13 +2355,6 @@ cpuid_scan_security(cpu_t *cpu, uchar_t *featureset) * MDS, the L1D flush also clears the other u-arch state that the * md_clear does. */ - if (is_x86_feature(featureset, X86FSET_RDCL_NO)) { - extern int smt_exclusion; - smt_exclusion = 0; - spec_uarch_flush = spec_uarch_flush_noop; - membar_producer(); - return; - } /* * Update whether or not we need to be taking explicit action against |