From feb83da3be75782fa3d13d4304ba92c04a1a3afb Mon Sep 17 00:00:00 2001 From: Martin Reindl Date: Sun, 19 Mar 2006 01:47:25 +0000 Subject: remove unused bdbtofsb(bn) macro found by drahn@ --- sys/arch/mips64/include/param.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'sys/arch/mips64/include/param.h') diff --git a/sys/arch/mips64/include/param.h b/sys/arch/mips64/include/param.h index 1f42602cb9f..77096393731 100644 --- a/sys/arch/mips64/include/param.h +++ b/sys/arch/mips64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.13 2006/01/14 11:45:43 miod Exp $ */ +/* $OpenBSD: param.h,v 1.14 2006/03/19 01:47:24 martin Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -124,14 +124,6 @@ #define btodb(x) ((x) >> DEV_BSHIFT) #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)) - #ifdef _KERNEL #ifndef _LOCORE -- cgit v1.2.3