From 56ca2a5b106694cf09c806893182aacd46981510 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Wed, 1 Feb 2006 03:05:15 -0800 Subject: [PATCH] --- yaml --- r: 19353 b: refs/heads/master c: f7589f28d7dd4586b4e90ac3b2a180409669053a h: refs/heads/master i: 19351: 2d41685f95bc3c34b27282d2c9759cefb509d4e9 v: v3 --- [refs] | 2 +- trunk/include/linux/types.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 5c70582b3d6a..f35d7ea0d361 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 493f01d1d0699ddafc30067d33fcc18d0b95b624 +refs/heads/master: f7589f28d7dd4586b4e90ac3b2a180409669053a diff --git a/trunk/include/linux/types.h b/trunk/include/linux/types.h index 21b9ce803644..54ae2d59e71b 100644 --- a/trunk/include/linux/types.h +++ b/trunk/include/linux/types.h @@ -8,6 +8,8 @@ (((bits)+BITS_PER_LONG-1)/BITS_PER_LONG) #define DECLARE_BITMAP(name,bits) \ unsigned long name[BITS_TO_LONGS(bits)] + +#define BITS_PER_BYTE 8 #endif #include