summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64/include
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2005-11-28 20:13:09 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2005-11-28 20:13:09 +0000
commitf83c1cf25bb3a80ca34369ae85e1bf422d86c55e (patch)
treef9a60f55bb3fb72358f3bae3cca14deb3d8054d9 /sys/arch/hppa64/include
parent41690fd4c9e3ce5618511a4f6fad32c9ec4c1b22 (diff)
use atop(), remove last traces of Mach macros from hppa and hppa64
Diffstat (limited to 'sys/arch/hppa64/include')
-rw-r--r--sys/arch/hppa64/include/param.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/hppa64/include/param.h b/sys/arch/hppa64/include/param.h
index f17536782e4..e9464489e7d 100644
--- a/sys/arch/hppa64/include/param.h
+++ b/sys/arch/hppa64/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.4 2005/10/26 18:35:45 martin Exp $ */
+/* $OpenBSD: param.h,v 1.5 2005/11/28 20:13:08 martin Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -108,12 +108,6 @@
*/
#define bdbtofsb(bn) ((bn) / (BLKDEV_IOSIZE/DEV_BSIZE))
-/*
- * Mach derived conversion macros
- */
-#define btop(x) ((unsigned long)(x) >> PAGE_SHIFT)
-#define ptob(x) ((unsigned long)(x) << PAGE_SHIFT)
-
#ifndef _LOCORE
#define CONADDR conaddr
#define CONUNIT conunit