diff options
-rw-r--r-- | usr/src/uts/i86pc/os/cpuid.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/src/uts/i86pc/os/cpuid.c b/usr/src/uts/i86pc/os/cpuid.c index 874f8f4cf1..ed560c538e 100644 --- a/usr/src/uts/i86pc/os/cpuid.c +++ b/usr/src/uts/i86pc/os/cpuid.c @@ -3286,7 +3286,6 @@ cpuid_pass4(cpu_t *cpu, uint_t *hwcap_out) hwcap_flags_2 |= AV_386_2_RDSEED; if (*ebx & CPUID_INTC_EBX_7_0_SHA) hwcap_flags_2 |= AV_386_2_SHA; - } /* Detect systems with a potential CPUID limit */ |