summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/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/hppa/include
parent88b74d1abf30a52a0effc5f63ec8e1790b690607 (diff)
nuke unused BTOPKERNBASE define
pointed out by miod@
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r--sys/arch/hppa/include/param.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h
index 705d94261ef..bf39da3f49d 100644
--- a/sys/arch/hppa/include/param.h
+++ b/sys/arch/hppa/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.28 2005/11/28 20:13:08 martin Exp $ */
+/* $OpenBSD: param.h,v 1.29 2005/12/13 01:56:43 martin Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -54,7 +54,6 @@
#define PGSHIFT 12 /* LOG2(NBPG) */
#define KERNBASE 0x00000000 /* start of kernel virtual */
-#define BTOPKERNBASE ((u_long)KERNBASE >> PGSHIFT)
#define DEV_BSIZE 512
#define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */