From d81ed87e724894f954e061e163eb6ec9074faa4c Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 14 May 2002 20:01:34 +0000 Subject: Remove the unused definitions of ctod() and dotc(). --- sys/arm/include/param.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'sys/arm/include') diff --git a/sys/arm/include/param.h b/sys/arm/include/param.h index 7dda79d..5a743cc 100644 --- a/sys/arm/include/param.h +++ b/sys/arm/include/param.h @@ -136,10 +136,6 @@ /* bytes to clicks */ #define btoc(x) (((unsigned)(x) + PAGE_MASK) >> PAGE_SHIFT) -/* pages ("clicks") to disk blocks */ -#define ctod(x) ((x) << (PAGE_SHIFT - DEV_BSHIFT)) -#define dtoc(x) ((x) >> (PAGE_SHIFT - DEV_BSHIFT)) - /* bytes to disk blocks */ /* * btodb() is messy and perhaps slow because `bytes' may be an off_t. We -- cgit v1.1