From: Alexandre Oliva Date: Mon, 31 Oct 2005 20:29:36 +0000 (-0200) Subject: [PATCH] x86-64: bitops fix for -Os X-Git-Tag: v2.6.15-rc1~423^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06024f217d607369f0ee0071034ebb03071d5fb2;p=pandora-kernel.git [PATCH] x86-64: bitops fix for -Os This fixes the x86-64 find_[first|next]_zero_bit() function for the end-of-range case. It didn't test for a zero size, and the "rep scas" would do entirely the wrong thing. Signed-off-by: Alexandre Oliva Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed