diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2005-11-28 20:13:09 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2005-11-28 20:13:09 +0000 |
commit | f83c1cf25bb3a80ca34369ae85e1bf422d86c55e (patch) | |
tree | f9a60f55bb3fb72358f3bae3cca14deb3d8054d9 /sys/arch/hppa64/include | |
parent | 41690fd4c9e3ce5618511a4f6fad32c9ec4c1b22 (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.h | 8 |
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 |