summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2010-11-22 20:28:32 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2010-11-22 20:28:32 +0000
commit2b415456d36322081a02759b30d8b26ba0ed5b6f (patch)
tree44347c9881d1afa387069dd057973495eec99eee /sys/arch/sparc64
parent492014073fd7fe175f7a8e9b8bd3fc2eba689b74 (diff)
Remove unused VM_MAX_KERNEL_BUF define.
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r--sys/arch/sparc64/include/param.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/param.h b/sys/arch/sparc64/include/param.h
index d40e8158c58..6a917a7d1bd 100644
--- a/sys/arch/sparc64/include/param.h
+++ b/sys/arch/sparc64/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.32 2010/06/18 23:49:37 miod Exp $ */
+/* $OpenBSD: param.h,v 1.33 2010/11/22 20:28:31 miod Exp $ */
/* $NetBSD: param.h,v 1.25 2001/05/30 12:28:51 mrg Exp $ */
/*
@@ -136,7 +136,6 @@
*/
#define KERNBASE 0x001000000 /* start of kernel virtual space */
#define KERNEND 0x0e0000000 /* end of kernel virtual space */
-#define VM_MAX_KERNEL_BUF ((KERNEND-KERNBASE)/4)
#define _MAXNBPG 8192 /* fixed VAs, independent of actual NBPG */