summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
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/amd64
parent88b74d1abf30a52a0effc5f63ec8e1790b690607 (diff)
nuke unused BTOPKERNBASE define
pointed out by miod@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/include/param.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/param.h b/sys/arch/amd64/include/param.h
index 5e9706a6a62..0f08dea7a90 100644
--- a/sys/arch/amd64/include/param.h
+++ b/sys/arch/amd64/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.10 2005/12/13 00:18:19 jsg Exp $ */
+/* $OpenBSD: param.h,v 1.11 2005/12/13 01:56:43 martin Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -75,7 +75,6 @@
#define KERNBASE 0xffffffff80000000 /* start of kernel virtual space */
#define KERNTEXTOFF (KERNBASE+0x100000) /* start of kernel text */
-#define BTOPKERNBASE ((u_long)KERNBASE >> PGSHIFT)
#define KERNTEXTOFF_HI 0xffffffff
#define KERNTEXTOFF_LO 0x80100000