summaryrefslogtreecommitdiff
path: root/sys/arch/m68k/include
diff options
context:
space:
mode:
authorMartin Reindl <martin@cvs.openbsd.org>2006-03-19 01:47:25 +0000
committerMartin Reindl <martin@cvs.openbsd.org>2006-03-19 01:47:25 +0000
commitfeb83da3be75782fa3d13d4304ba92c04a1a3afb (patch)
tree3c87e9af3309e8bedb9956883d5769c97a26a527 /sys/arch/m68k/include
parent41bb1def944329f27ef1f0889f1d7259a6c361f9 (diff)
remove unused bdbtofsb(bn) macro
found by drahn@
Diffstat (limited to 'sys/arch/m68k/include')
-rw-r--r--sys/arch/m68k/include/param.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/m68k/include/param.h b/sys/arch/m68k/include/param.h
index 20b3b7fd3ea..a6a53080625 100644
--- a/sys/arch/m68k/include/param.h
+++ b/sys/arch/m68k/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.17 2005/12/13 01:56:43 martin Exp $ */
+/* $OpenBSD: param.h,v 1.18 2006/03/19 01:47:24 martin Exp $ */
/* $NetBSD: param.h,v 1.2 1997/06/10 18:21:23 veego Exp $ */
/*
@@ -126,14 +126,6 @@
#define dbtob(x) ((x) << DEV_BSHIFT)
/*
- * Map a ``block device block'' to a file system block.
- * This should be device dependent, and should use the bsize
- * field from the disk label.
- * For now though just use DEV_BSIZE.
- */
-#define bdbtofsb(bn) ((bn) / (BLKDEV_IOSIZE/DEV_BSIZE))
-
-/*
* Mach derived conversion macros
*/
#define m68k_round_seg(x) ((((unsigned)(x)) + SEGOFSET) & ~SEGOFSET)