summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2005-11-23 15:57:34 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2005-11-23 15:57:34 +0000
commita4b385cdb1c686c8567d483c07c85dfb87a740cb (patch)
tree6fe7e696bc7f736189fa7e4fb532852aac6b520b /sys/arch/i386/include
parent44fefb744548323b169d9c58246ab3f8dc79b335 (diff)
kill two old mach macros that are not used anywhere in the tree anymore (or ever)
Diffstat (limited to 'sys/arch/i386/include')
-rw-r--r--sys/arch/i386/include/param.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/i386/include/param.h b/sys/arch/i386/include/param.h
index d0dbf627058..07734936624 100644
--- a/sys/arch/i386/include/param.h
+++ b/sys/arch/i386/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.31 2005/11/14 23:50:26 martin Exp $ */
+/* $OpenBSD: param.h,v 1.32 2005/11/23 15:57:33 mickey Exp $ */
/* $NetBSD: param.h,v 1.29 1996/03/04 05:04:26 cgd Exp $ */
/*-
@@ -146,5 +146,3 @@
*/
#define i386_round_pdr(x) ((((unsigned)(x)) + PDOFSET) & ~PDOFSET)
#define i386_trunc_pdr(x) ((unsigned)(x) & ~PDOFSET)
-#define i386_btod(x) ((unsigned)(x) >> PDSHIFT)
-#define i386_dtob(x) ((unsigned)(x) << PDSHIFT)