diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index 22fb32ade266..e09e04cf4874 100644 --- a/sys/amd64/amd64/identcpu.c +++ b/sys/amd64/amd64/identcpu.c @@ -1012,8 +1012,8 @@ print_AMD_features(u_int *regs) "\020ICMOV" /* CMOV instruction */ "\021PAT" /* Page attributes table */ "\022PGE36" /* 36 bit address space support */ - "\023" - "\024" + "\023RSVD" /* Reserved, unknown */ + "\024MP" /* Multiprocessor Capable */ "\025" "\026" "\027AMIE" /* AMD MMX Instruction Extensions */ diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c index 22fb32ade266..e09e04cf4874 100644 --- a/sys/i386/i386/identcpu.c +++ b/sys/i386/i386/identcpu.c @@ -1012,8 +1012,8 @@ print_AMD_features(u_int *regs) "\020ICMOV" /* CMOV instruction */ "\021PAT" /* Page attributes table */ "\022PGE36" /* 36 bit address space support */ - "\023" - "\024" + "\023RSVD" /* Reserved, unknown */ + "\024MP" /* Multiprocessor Capable */ "\025" "\026" "\027AMIE" /* AMD MMX Instruction Extensions */