commit | 4b36673284f86c649b9d9ec5818b1912fde556b3 | [log] [tgz] |
---|---|---|
author | Sergei Shtylyov <sshtylyov@ru.mvista.com> | Wed Dec 05 19:08:24 2007 +0300 |
committer | Ralf Baechle <ralf@linux-mips.org> | Thu Dec 06 17:15:58 2007 +0000 |
tree | b8f4a90a85babb175b74091efae5c33beef94b75 | |
parent | f435a91e66e7776f0c73fca5af3cb87c61130ed6 [diff] |
[MIPS] Alchemy: replace ffs() with __ffs() Fix havoc wrought by commit 56f621c7f6f735311eed3f36858b402013023c18 -- au_ffs() and ffs() are equivalent, that patch should have just replaced one with another. Now replace ffs() with __ffs() which returns an unbiased bit number. Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>