Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2008 21:03:30 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r184181 - head/sys/i386/i386
Message-ID:  <200810222103.m9ML3UUO038876@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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");



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810222103.m9ML3UUO038876>