summaryrefslogtreecommitdiff
path: root/sys/arch/m88k/include
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2006-05-19 20:56:24 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2006-05-19 20:56:24 +0000
commitc3f6b76388754f636c24daf8ce83aad3b644ddca (patch)
treecd9ddd8bd80ba2fc9442356792669d0acb0e2b65 /sys/arch/m88k/include
parent89d518bb89bca78de2757c3e09d00296c855cb0f (diff)
INTSTACK_SIZE is not used anymore.
Diffstat (limited to 'sys/arch/m88k/include')
-rw-r--r--sys/arch/m88k/include/vmparam.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/m88k/include/vmparam.h b/sys/arch/m88k/include/vmparam.h
index 9f6b109066c..b2c406679dd 100644
--- a/sys/arch/m88k/include/vmparam.h
+++ b/sys/arch/m88k/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.5 2006/05/07 15:48:01 miod Exp $ */
+/* $OpenBSD: vmparam.h,v 1.6 2006/05/19 20:56:23 miod Exp $ */
/*
* Mach Operating System
* Copyright (c) 1992 Carnegie Mellon University
@@ -80,8 +80,6 @@
#define VM_MIN_KERNEL_ADDRESS ((vaddr_t)0)
#define VM_MAX_KERNEL_ADDRESS ((vaddr_t)0x20000000)
-#define INTSTACK_SIZE (4 * PAGE_SIZE) /* interrupt stack size */
-
/* virtual sizes (bytes) for various kernel submaps */
#define VM_PHYS_SIZE (1 * NPTEPG * PAGE_SIZE)