summaryrefslogtreecommitdiff
path: root/arch/avr32
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2006-09-26 06:32:09 (GMT)
committerLinus Torvalds <torvalds@g5.osdl.org>2006-09-26 15:48:54 (GMT)
commitcf134483b2cd657039b305777215c531a1009947 (patch)
tree2dad894d6e916bcf785611ded852151bbea5063b /arch/avr32
parenta8ad27d03f17e6154c61e81d4a7028c56ca6390d (diff)
downloadlinux-cf134483b2cd657039b305777215c531a1009947.tar.xz
[PATCH] FRV: Optimise ffs()
Optimise ffs(x) by using fls(x & x - 1) which we optimise to use the SCAN instruction. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch/avr32')
0 files changed, 0 insertions, 0 deletions