diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2006-03-19 01:47:25 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2006-03-19 01:47:25 +0000 |
commit | feb83da3be75782fa3d13d4304ba92c04a1a3afb (patch) | |
tree | 3c87e9af3309e8bedb9956883d5769c97a26a527 /sys/arch/arm/include | |
parent | 41bb1def944329f27ef1f0889f1d7259a6c361f9 (diff) |
remove unused bdbtofsb(bn) macro
found by drahn@
Diffstat (limited to 'sys/arch/arm/include')
-rw-r--r-- | sys/arch/arm/include/param.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/arm/include/param.h b/sys/arch/arm/include/param.h index 7f1276566d9..4cf1f546468 100644 --- a/sys/arch/arm/include/param.h +++ b/sys/arch/arm/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.9 2005/11/09 18:08:37 martin Exp $ */ +/* $OpenBSD: param.h,v 1.10 2006/03/19 01:47:23 martin Exp $ */ /* $NetBSD: param.h,v 1.9 2002/03/24 03:37:23 thorpej Exp $ */ /* @@ -168,14 +168,6 @@ void delay (unsigned); ((db) << 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)) - -/* * Constants related to network buffer management. * MCLBYTES must be no larger than NBPG (the software page size), and, * on machines that exchange pages of input or output buffers with mbuf |