summaryrefslogtreecommitdiff
path: root/sys/arch/mips64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r--sys/arch/mips64/include/cpu.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mips64/include/cpu.h b/sys/arch/mips64/include/cpu.h
index be6846f83e8..9c5a9cd6942 100644
--- a/sys/arch/mips64/include/cpu.h
+++ b/sys/arch/mips64/include/cpu.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: cpu.h,v 1.26 2008/10/09 08:43:43 art Exp $ */
+/* $OpenBSD: cpu.h,v 1.27 2008/10/10 08:05:45 art Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -385,6 +385,7 @@ extern struct cpu_info cpu_info_primary;
#define CPU_INFO_FOREACH(cii, ci) \
for (cii = 0, ci = curcpu(); ci != NULL; ci = NULL)
#define CPU_INFO_UNIT(ci) 0
+#define MAXCPUS 1
#define cpu_number() 0