[MIPS] Use __ffs() instead of ffs() in ip32_irq0().
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Mon, 17 Apr 2006 12:24:49 +0000 (21:24 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 27 Apr 2006 14:13:49 +0000 (15:13 +0100)
With recent rewrite for generic bitops, ffs() is defined the same way
as the libc and compiler built-in routines (returns int instead of
unsigned long).  Use __ffs() for 64bit value.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/sgi-ip32/ip32-irq.c

Simple merge