aboutsummaryrefslogtreecommitdiff
path: root/proc/cpu-types.c
diff options
context:
space:
mode:
Diffstat (limited to 'proc/cpu-types.c')
-rw-r--r--proc/cpu-types.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/proc/cpu-types.c b/proc/cpu-types.c
index 41af0888..ffd54282 100644
--- a/proc/cpu-types.c
+++ b/proc/cpu-types.c
@@ -41,6 +41,7 @@ const char *const mach_cpu_types[] =
#endif
};
+#ifndef __x86_64__
const char *const mach_cpu_subtypes[][32] =
{
[CPU_TYPE_VAX] =
@@ -170,3 +171,4 @@ const char *const mach_cpu_subtypes[][32] =
[CPU_SUBTYPE_ALPHA_21064] = "ALPHA_21064",
},
};
+#endif /* !__x86_64__ */