From 755a58526026e6df94d776a85fef0a5471f2e7d0 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 22 Jan 2002 01:28:32 +0000 Subject: [PATCH] List bit 18 (reserved, apparently present on thunderbird cpus) and bit 19 (athlon XP/MP rev 0x662 and later) for amd_features. Submitted by: dwcjr --- sys/amd64/amd64/identcpu.c | 4 ++-- sys/i386/i386/identcpu.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 */