PERFORCE change 31879 for review

Peter Wemm peter at FreeBSD.org
Sun May 25 19:45:09 PDT 2003


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

Change 31879 by peter at peter_hammer on 2003/05/25 19:44:43

	Update some bits based on documentation I dug up.

Affected files ...

.. //depot/projects/hammer/sys/amd64/amd64/identcpu.c#10 edit

Differences ...

==== //depot/projects/hammer/sys/amd64/amd64/identcpu.c#10 (text+ko) ====

@@ -358,17 +358,17 @@
 		"\022PGE36"	/* 36 bit address space support */
 		"\023RSVD"	/* Reserved, unknown */
 		"\024MP"	/* Multiprocessor Capable */
-		"\025<b20>"
+		"\025NX"	/* Has EFER.NXE, NX (no execute pte bit) */
 		"\026<b21>"
-		"\027AMIE"	/* AMD MMX Instruction Extensions */
+		"\027MMX+"	/* AMD MMX Instruction Extensions */
 		"\030MMX"
 		"\031FXSAVE"	/* FXSAVE/FXRSTOR */
 		"\032<b25>"
 		"\033<b26>"
 		"\034<b27>"
 		"\035<b28>"
-		"\036<b29>"
-		"\037DSP"	/* AMD 3DNow! Instruction Extensions */
-		"\0403DNow!"
+		"\036LM"	/* Long mode */
+		"\0373DNow!+"	/* AMD 3DNow! Instruction Extensions */
+		"\0403DNow!"	/* AMD 3DNow! Instructions */
 		);
 }


More information about the p4-projects mailing list