summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2008-10-22 21:03:30 +0000
committerjkim <jkim@FreeBSD.org>2008-10-22 21:03:30 +0000
commit841fa137fe9e5881b3b9e78760c974dc428aca52 (patch)
tree81a1a206e7b7d959b465f61be15e4b8aef50b94d /sys/i386
parent35e9ca22084b643e051290ffba87f7eea210b0a9 (diff)
downloadFreeBSD-src-841fa137fe9e5881b3b9e78760c974dc428aca52.zip
FreeBSD-src-841fa137fe9e5881b3b9e78760c974dc428aca52.tar.gz
Really fix i386 test this time.
A whole stack of pointyhat to me, please.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/identcpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c
index 4e694f2..f24a449 100644
--- a/sys/i386/i386/identcpu.c
+++ b/sys/i386/i386/identcpu.c
@@ -848,7 +848,7 @@ printcpuinfo(void)
if (!tsc_is_invariant &&
(strcmp(cpu_vendor, "AuthenticAMD") == 0 &&
((amd_pminfo & AMDPM_TSC_INVARIANT) != 0 ||
- AMD64_CPU_FAMILY(cpu_id) >= 0x10 ||
+ I386_CPU_FAMILY(cpu_id) >= 0x10 ||
cpu_id == 0x60fb2))) {
tsc_is_invariant = 1;
printf("\n TSC: P-state invariant");
OpenPOWER on IntegriCloud