summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include/param.h
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2005-10-28 19:10:27 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2005-10-28 19:10:27 +0000
commit2915b44cd36246dee73d8b3b3465fd6230dc8912 (patch)
tree00351f9fe3c31bc4d8daf6081e4134a7207d8017 /sys/arch/alpha/include/param.h
parentfe4e3ccb55fba76a5e17ab2391a1b452f5145c2c (diff)
no more Mach-macros
Diffstat (limited to 'sys/arch/alpha/include/param.h')
-rw-r--r--sys/arch/alpha/include/param.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/arch/alpha/include/param.h b/sys/arch/alpha/include/param.h
index b21a85562fd..7a4b78ecfdf 100644
--- a/sys/arch/alpha/include/param.h
+++ b/sys/arch/alpha/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.27 2005/10/21 11:10:06 martin Exp $ */
+/* $OpenBSD: param.h,v 1.28 2005/10/28 19:10:26 martin Exp $ */
/* $NetBSD: param.h,v 1.30 2000/06/09 16:03:04 thorpej Exp $ */
/*
@@ -136,12 +136,6 @@
*/
#define bdbtofsb(bn) ((bn) / (BLKDEV_IOSIZE/DEV_BSIZE))
-/*
- * Mach derived conversion macros
- */
-#define alpha_btop(x) ((unsigned long)(x) >> PGSHIFT)
-#define alpha_ptob(x) ((unsigned long)(x) << PGSHIFT)
-
#ifdef _KERNEL
#ifndef _LOCORE