From: Atsushi Nemoto Date: Mon, 17 Apr 2006 12:19:12 +0000 (+0900) Subject: [MIPS] Fix bitops for MIPS32/MIPS64 CPUs. X-Git-Tag: v2.6.17-rc4~139^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc818247203a7bfc40296a3f5b760de84fb8e0d1;p=pandora-kernel.git [MIPS] Fix bitops for MIPS32/MIPS64 CPUs. With recent rewrite for generic bitops, fls() for 32bit kernel with MIPS64_CPU is broken. Also, ffs(), fls() should be defined the same way as the libc and compiler built-in routines (returns int instead of unsigned long). Signed-off-by: Atsushi Nemoto Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed