From: Atsushi Nemoto Date: Mon, 17 Apr 2006 12:24:49 +0000 (+0900) Subject: [MIPS] Use __ffs() instead of ffs() in ip32_irq0(). X-Git-Tag: v2.6.17-rc4~139^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f8782c4b2ed3cb652f1ad6b6d91890c7f2423ab;p=pandora-kernel.git [MIPS] Use __ffs() instead of ffs() in ip32_irq0(). 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 Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed