Author: jkim
Date: Wed Oct 22 21:03:30 2008
New Revision: 184181
URL: http://svn.freebsd.org/changeset/base/184181
Log:
Really fix i386 test this time.
A whole stack of pointyhat to me, please.
Modified:
head/sys/i386/i386/identcpu.c
Modified: head/sys/i386/i386/identcpu.c
==============================================================================
--- head/sys/i386/i386/identcpu.c Wed Oct 22 20:32:19 2008
(r184180)
+++ head/sys/i386/i386/identcpu.c Wed Oct 22 21:03:30 2008
(r184181)
@@ -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");
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"