summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2005-12-13 01:56:45 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2005-12-13 01:56:45 +0000
commit39715c4f1d6f2f9ec51e20590e7877990b09c090 (patch)
tree1274fd2ce644f4487ea0fb55637dc23604ac9c6b /sys/arch/mips64/include
parent88b74d1abf30a52a0effc5f63ec8e1790b690607 (diff)
nuke unused BTOPKERNBASE define
pointed out by miod@
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r--sys/arch/mips64/include/param.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/param.h b/sys/arch/mips64/include/param.h
index 93fec9fa6ab..e586e32f5e6 100644
--- a/sys/arch/mips64/include/param.h
+++ b/sys/arch/mips64/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.10 2005/11/06 10:26:56 martin Exp $ */
+/* $OpenBSD: param.h,v 1.11 2005/12/13 01:56:44 martin Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -76,7 +76,6 @@
#else
#define KERNBASE 0x80000000 /* start of kernel virtual */
#endif
-#define BTOPKERNBASE ((u_long)KERNBASE >> PGSHIFT)
#define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */
#define DEV_BSIZE (1 << DEV_BSHIFT)