PERFORCE change 30210 for review
Peter Wemm
peter at FreeBSD.org
Wed Apr 30 17:38:35 PDT 2003
http://perforce.freebsd.org/chv.cgi?CH=30210
Change 30210 by peter at peter_daintree on 2003/04/30 17:38:13
Catch some more x86-64 references
Affected files ...
.. //depot/projects/hammer/sys/amd64/include/cputypes.h#5 edit
.. //depot/projects/hammer/sys/amd64/include/elf.h#5 edit
.. //depot/projects/hammer/sys/amd64/include/segments.h#5 edit
.. //depot/projects/hammer/sys/amd64/include/specialreg.h#5 edit
.. //depot/projects/hammer/sys/amd64/include/vmparam.h#5 edit
Differences ...
==== //depot/projects/hammer/sys/amd64/include/cputypes.h#5 (text+ko) ====
@@ -34,7 +34,7 @@
* Classes of processor.
*/
#define CPUCLASS_X86 0 /* X86 */
-#define CPUCLASS_K8 1 /* K8 X86-64 class */
+#define CPUCLASS_K8 1 /* K8 AMD64 class */
/*
* Kinds of processor.
==== //depot/projects/hammer/sys/amd64/include/elf.h#5 (text+ko) ====
@@ -30,7 +30,7 @@
#define _MACHINE_ELF_H_ 1
/*
- * ELF definitions for the x86-64 architecture.
+ * ELF definitions for the AMD64 architecture.
*/
#include <sys/elf64.h> /* Definitions common to all 64 bit architectures. */
==== //depot/projects/hammer/sys/amd64/include/segments.h#5 (text+ko) ====
@@ -42,7 +42,7 @@
#define _MACHINE_SEGMENTS_H_
/*
- * x86-64 Segmentation Data Structures and definitions
+ * AMD64 Segmentation Data Structures and definitions
* William F. Jolitz (william at ernie.berkeley.edu) 6/20/1989
*/
==== //depot/projects/hammer/sys/amd64/include/specialreg.h#5 (text+ko) ====
@@ -75,7 +75,7 @@
#define CR4_XMM 0x00000400 /* enable SIMD/MMX2 to use except 16 */
/*
- * Bits in x86-64 special registers. EFER is 64 bits wide.
+ * Bits in AMD64 special registers. EFER is 64 bits wide.
*/
#define EFER_SCE 0x000000001 /* System Call Extensions (R/W) */
#define EFER_LME 0x000000100 /* Long mode enable (R/W) */
==== //depot/projects/hammer/sys/amd64/include/vmparam.h#5 (text+ko) ====
@@ -44,7 +44,7 @@
#define _MACHINE_VMPARAM_H_ 1
/*
- * Machine dependent constants for x86-64.
+ * Machine dependent constants for AMD64.
*/
/*
More information about the p4-projects
mailing list