From: Alexander van Heukelum Date: Sat, 5 Jul 2008 17:53:46 +0000 (+0200) Subject: x86, cleanup: fix description of __fls(): __fls(0) is undefined X-Git-Tag: v2.6.27-rc1~955^2~1^4~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8450e85399031a192ffb34f0f9ac981173db6a31;p=pandora-kernel.git x86, cleanup: fix description of __fls(): __fls(0) is undefined Ricardo M. Correia spotted that the use of __fls() in fls64() did not seem to make sense. In fact fls64()'s implementation is fine, but the description of __fls() was wrong. Fix that. Reported-by: "Ricardo M. Correia" Signed-off-by: Alexander van Heukelum Cc: Andrew Morton Cc: Andi Kleen Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed