diff options
Diffstat (limited to 'sys/arch/hppa/include/param.h')
-rw-r--r-- | sys/arch/hppa/include/param.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h index 6667d2e66f4..705d94261ef 100644 --- a/sys/arch/hppa/include/param.h +++ b/sys/arch/hppa/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.27 2005/10/26 18:35:44 martin Exp $ */ +/* $OpenBSD: param.h,v 1.28 2005/11/28 20:13:08 martin Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -109,12 +109,6 @@ */ #define bdbtofsb(bn) ((bn) / (BLKDEV_IOSIZE/DEV_BSIZE)) -/* - * Mach derived conversion macros - */ -#define btop(x) ((unsigned long)(x) >> PGSHIFT) -#define ptob(x) ((unsigned long)(x) << PGSHIFT) - #ifdef _KERNEL #ifdef COMPAT_HPUX /* |