]> git.baikalelectronics.ru Git - kernel.git/commit
[MIPS] Alchemy: replace ffs() with __ffs()
authorSergei Shtylyov <sshtylyov@ru.mvista.com>
Wed, 5 Dec 2007 16:08:24 +0000 (19:08 +0300)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 6 Dec 2007 17:15:58 +0000 (17:15 +0000)
commitac4be921a36ae5047fc5daca7d5e5cc2344be5d1
treeb8f4a90a85babb175b74091efae5c33beef94b75
parent4deae017cba78b5b00247f267acdf68473cd1690
[MIPS] Alchemy: replace ffs() with __ffs()

Fix havoc wrought by commit 7b5404c5e690295440f6eb0d4ed2c83b572627af --
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