commit | 96b8d4c19d797200b973caab57ca842531184c13 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Jan 01 10:12:16 2009 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Jan 01 10:12:16 2009 +1030 |
tree | 470d2388fa88558804d68d1e5e962c3d60f03b38 | |
parent | 165ac433fa3f01ba99b29972f3adc283d03b0f17 [diff] |
avr32: define __fls Like fls, but can't be handed 0 and returns the bit number. (I broke this arch in linux-next by using __fls in generic code). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>