summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2006-05-19 20:56:23 +0000
committermiod <miod@openbsd.org>2006-05-19 20:56:23 +0000
commitd2bb42570396b47f54edff92e462bc86679f4ce9 (patch)
tree6d68ac1f1baec62fe72147b9ff18521b9c23ebee
parentAdd the missing Latin-2 glyphs, not used yet. (diff)
downloadwireguard-openbsd-d2bb42570396b47f54edff92e462bc86679f4ce9.tar.xz
wireguard-openbsd-d2bb42570396b47f54edff92e462bc86679f4ce9.zip
INTSTACK_SIZE is not used anymore.
-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)