[MIPS] Alchemy: replace ffs() with __ffs()
commit4b36673284f86c649b9d9ec5818b1912fde556b3
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Wed, 5 Dec 2007 16:08:24 +0000 (5 19:08 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 6 Dec 2007 17:15:58 +0000 (6 17:15 +0000)
treeb8f4a90a85babb175b74091efae5c33beef94b75
parentf435a91e66e7776f0c73fca5af3cb87c61130ed6
[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>
arch/mips/au1000/common/dbdma.c
arch/mips/au1000/common/irq.c
arch/mips/au1000/pb1200/irqmap.c