summaryrefslogtreecommitdiff
path: root/proc/cpu-types.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc/cpu-types.c')
-rw-r--r--proc/cpu-types.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/proc/cpu-types.c b/proc/cpu-types.c
index 7bcaa928..3d89d5a7 100644
--- a/proc/cpu-types.c
+++ b/proc/cpu-types.c
@@ -33,6 +33,9 @@ const char *const mach_cpu_types[] =
#ifdef CPU_TYPE_POWERPC
[CPU_TYPE_POWERPC] = "powerpc",
#endif
+#ifdef CPU_TYPE_X86_64
+ [CPU_TYPE_X86_64] = "x86_64",
+#endif
};
const char *const mach_cpu_subtypes[][32] =
@@ -97,6 +100,9 @@ const char *const mach_cpu_subtypes[][32] =
#ifdef CPU_TYPE_PENTIUMPRO
[CPU_TYPE_PENTIUMPRO] = Ix86_SUBTYPES,
#endif
+#ifdef CPU_TYPE_X86_64
+ [CPU_TYPE_X86_64] = Ix86_SUBTYPES,
+#endif
[CPU_TYPE_MIPS] =
{
[CPU_SUBTYPE_MIPS_R2300] = "R2300",