From: David Howells Date: Fri, 6 Jan 2006 08:11:59 +0000 (-0800) Subject: [PATCH] x86: handle -Wsign-compare in bitops X-Git-Tag: v2.6.16-rc1~936^2~197 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d89c145c0344fe2180336af6a309a59a8bc8c1c0;p=pandora-kernel.git [PATCH] x86: handle -Wsign-compare in bitops Make i386's find_first_bit() use an unsigned integer as a counter to avoid getting warnings when -Wsign-compare is given. Signed-Off-By: David Howells Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed