From a98f67ae9c6117783dfe94d2638e685ef8952afb Mon Sep 17 00:00:00 2001 From: christos Date: Fri, 2 Dec 2005 17:11:19 +0000 Subject: [PATCH] PR/32216: Nicolas Joly: Missing HTT feature display for Opterons dual-core CPUs --- sys/arch/x86/include/specialreg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/x86/include/specialreg.h b/sys/arch/x86/include/specialreg.h index 0321409c26c0..eccd6021cedf 100644 --- a/sys/arch/x86/include/specialreg.h +++ b/sys/arch/x86/include/specialreg.h @@ -1,4 +1,4 @@ -/* $NetBSD: specialreg.h,v 1.8 2005/02/21 15:10:51 he Exp $ */ +/* $NetBSD: specialreg.h,v 1.9 2005/12/02 17:11:19 christos Exp $ */ /*- * Copyright (c) 1991 The Regents of the University of California. @@ -150,7 +150,7 @@ #define CPUID_EXT_FLAGS2 "\20\16PGE\17MCA\20CMOV\21PAT\22PSE36\23PN" \ "\24MPC\25NOX\26B21\27MMXX\30MMX" -#define CPUID_EXT_FLAGS3 "\20\31FXSR\32SSE\33SSE2\34B27\35B28\36LONG" \ +#define CPUID_EXT_FLAGS3 "\20\31FXSR\32SSE\33SSE2\34B27\35HTT\36LONG" \ "\0373DNOW2\0403DNOW" /*