X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fnet%2Fmeth.h;h=84960dae2a2235a07ad82dec7fb534f62377b385;hb=cb70259c0acdbbd391887e5acd35f5373448a4db;hp=3390b1985691081341cd65ec26b69981c2dea0c9;hpb=daddc0d38b3571bed170afa273a49a0eba090c1e;p=linux-2.6.git diff --git a/drivers/net/meth.h b/drivers/net/meth.h index 3390b1985..84960dae2 100644 --- a/drivers/net/meth.h +++ b/drivers/net/meth.h @@ -29,7 +29,7 @@ #define RX_BUCKET_SIZE 256 #undef BIT -#define BIT(x) (1 << (x)) +#define BIT(x) (1UL << (x)) /* For more detailed explanations of what each field menas, see Nick's great comments to #defines below (or docs, if