Re: [PATCH 0/6] add generic round_up_pow2() macro

2005-04-08 Thread P
[EMAIL PROTECTED] wrote: Andrew Morton wrote: Nick Wilson <[EMAIL PROTECTED]> wrote: The first patch adds a generic round_up_pow2() macro to kernel.h. The remaining patches modify a few files to make use of the new macro. We already have ALIGN() and roundup_pow_of_two(). cool. It doesn't handle x

Re: [PATCH 0/6] add generic round_up_pow2() macro

2005-04-08 Thread P
Andrew Morton wrote: Nick Wilson <[EMAIL PROTECTED]> wrote: The first patch adds a generic round_up_pow2() macro to kernel.h. The remaining patches modify a few files to make use of the new macro. We already have ALIGN() and roundup_pow_of_two(). cool. It doesn't handle x={0,1} though. Maybe we sh

Re: [PATCH 0/6] add generic round_up_pow2() macro

2005-04-07 Thread Andrew Morton
Nick Wilson <[EMAIL PROTECTED]> wrote: > > The first patch adds a generic round_up_pow2() macro to kernel.h. The > remaining patches modify a few files to make use of the new macro. We already have ALIGN() and roundup_pow_of_two(). - To unsubscribe from this list: send the line "unsubscribe linux