From: Rusty Russell Date: Wed, 31 Dec 2008 23:42:16 +0000 (+1030) Subject: avr32: define __fls X-Git-Tag: v2.6.29-rc1~521^2~11^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96b8d4c19d797200b973caab57ca842531184c13;p=pandora-kernel.git 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 --- Reading git-diff-tree failed