PERFORCE change 79249 for review

Peter Wemm peter at FreeBSD.org
Thu Jun 30 06:11:52 GMT 2005


http://perforce.freebsd.org/chv.cgi?CH=79249

Change 79249 by peter at peter_overcee on 2005/06/30 06:11:19

	Really get it right this time.

Affected files ...

.. //depot/projects/hammer/sys/i386/i386/identcpu.c#25 edit

Differences ...

==== //depot/projects/hammer/sys/i386/i386/identcpu.c#25 (text+ko) ====

@@ -173,7 +173,7 @@
 	}
 
 	/* Detect AMD features (PTE no-execute bit, 3dnow, 64 bit mode etc) */
-	if (cpu_exthigh >= 0xx80000001 &&
+	if (cpu_exthigh >= 0x80000001 &&
 	    (strcmp(cpu_vendor, "GenuineIntel") == 0 ||
 	     strcmp(cpu_vendor, "AuthenticAMD") == 0)) {
 		do_cpuid(0x80000001, regs);


More information about the p4-projects mailing list