commit | 92fc707208bb2e601c24b5ab65db37bcb361b658 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Mon Sep 25 23:32:07 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Sep 26 08:48:53 2006 -0700 |
tree | a0b2d56c30ade74946e9edd74f2d516f475c68f5 | |
parent | af8c65b57aaa4ae321af34dbfc5ca7f5625263fe [diff] |
[PATCH] FRV: Fix fls() to handle bit 31 being set correctly Fix FRV fls() to handle bit 31 being set correctly (it should return 32 not 0). Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>