summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/param.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-09-26 18:56:43 +0000
committerpeter <peter@FreeBSD.org>1999-09-26 18:56:43 +0000
commit550705e6f0ccca01a85fc0c13b4ffe07423fe04f (patch)
treea7599e62669f132eca61f13468a99bf964c5e132 /sys/alpha/include/param.h
parentd2f46000e96f60c5db4563d0e5076de4dbec41e3 (diff)
downloadFreeBSD-src-550705e6f0ccca01a85fc0c13b4ffe07423fe04f.zip
FreeBSD-src-550705e6f0ccca01a85fc0c13b4ffe07423fe04f.tar.gz
bdbtofsb() appears to have been unused for quite some time, if ever.
Appears to be a 4.4Lite relic.
Diffstat (limited to 'sys/alpha/include/param.h')
-rw-r--r--sys/alpha/include/param.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h
index c09e30c..41d0509 100644
--- a/sys/alpha/include/param.h
+++ b/sys/alpha/include/param.h
@@ -153,14 +153,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 round_page(x) ((((unsigned long)(x)) + PAGE_MASK) & ~(PAGE_MASK))
OpenPOWER on IntegriCloud