summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2004-08-02 08:33:30 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2004-08-02 08:33:30 +0000
commit5b49804e2faaa0a8545ff16533664bdaed8f696c (patch)
tree2ae15873a9a0658dc56cb85b63da9e188d6c1e85
parent9b55b80f26e4e20981c37466dfd19296f75fe083 (diff)
Move MAX_CPUS constant to cpu.h
-rw-r--r--sys/arch/luna88k/include/board.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/luna88k/include/board.h b/sys/arch/luna88k/include/board.h
index 0fd24e18ba1..87c502b95d2 100644
--- a/sys/arch/luna88k/include/board.h
+++ b/sys/arch/luna88k/include/board.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: board.h,v 1.3 2004/06/14 12:57:02 aoyama Exp $ */
+/* $OpenBSD: board.h,v 1.4 2004/08/02 08:33:29 miod Exp $ */
/*
* Mach Operating System
* Copyright (c) 1993-1991 Carnegie Mellon University
@@ -46,9 +46,6 @@
#endif
#define UDEFINED
-#define MAX_CPUS 4 /* maximum cpus on the board */
-#define MAX_CMMUS 8 /* maximum cmmus on the board */
-
/* machtype values */
#define LUNA_88K 1
#define LUNA_88K2 2