From 3f490f6e5764961d548cf44f809f48a79c3a7ef5 Mon Sep 17 00:00:00 2001 From: Konstantin Belousov Date: Fri, 21 Feb 2020 16:41:17 +0000 Subject: [PATCH] print_svm_info: decode a CPUID 0x8000000a.edx bit 20. This is SVM features word, the bit is defined in "PPR for AMD Family 17h Model 31h B0", document 55803 Rev 0.54. N.B. GuesSpecCtl (no 't') is the spelling from the document. Submitted by: Dmitry Luhtionov MFC after: 3 days --- sys/x86/x86/identcpu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/x86/x86/identcpu.c b/sys/x86/x86/identcpu.c index 8c554c6f65d5..2b5584bbab37 100644 --- a/sys/x86/x86/identcpu.c +++ b/sys/x86/x86/identcpu.c @@ -2385,7 +2385,7 @@ print_svm_info(void) "\022GMET" /* Guest Mode Execute Trap */ "\023" "\024" - "\025" + "\025GuesSpecCtl" /* Guest Spec_ctl */ "\026" "\027" "\030"