From: Sergei Shtylyov Date: Wed, 5 Dec 2007 16:08:24 +0000 (+0300) Subject: [MIPS] Alchemy: replace ffs() with __ffs() X-Git-Tag: v2.6.24-rc5~59^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b36673284f86c649b9d9ec5818b1912fde556b3;p=pandora-kernel.git [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 Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed