From b55d4ebe5fff0e796fd406b09074ca18caea97d1 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Wed, 15 May 2019 17:55:41 +0000 Subject: [PATCH] Properly announce MD_CLEAR. Submitted by: Petr Lampa MFC after: 3 days --- sys/x86/x86/identcpu.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/x86/x86/identcpu.c b/sys/x86/x86/identcpu.c index 010f4e63e89..71ff8655faa 100644 --- a/sys/x86/x86/identcpu.c +++ b/sys/x86/x86/identcpu.c @@ -995,6 +995,7 @@ printcpuinfo(void) printf("\n Structured Extended Features3=0x%b", cpu_stdext_feature3, "\020" + "\013MD_CLEAR" "\016TSXFA" "\033IBPB" "\034STIBP"