From 4ea330caf8bc2301df7ad7aef9d70c573e0233f7 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 22 Jan 2002 01:28:32 +0000 Subject: 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 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/amd64') diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index 22fb32a..e09e04c 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 */ -- cgit v1.1