diff options
Diffstat (limited to 'sys/arch/amd64/include')
-rw-r--r-- | sys/arch/amd64/include/param.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/arch/amd64/include/param.h b/sys/arch/amd64/include/param.h index 12cc3183faf..fa931fa4d70 100644 --- a/sys/arch/amd64/include/param.h +++ b/sys/arch/amd64/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.12 2006/02/05 15:55:50 martin Exp $ */ +/* $OpenBSD: param.h,v 1.13 2006/03/19 01:47:23 martin Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -130,14 +130,6 @@ #define btodb(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 x86_round_pdr(x) \ |