commit | 06024f217d607369f0ee0071034ebb03071d5fb2 | [log] [tgz] |
---|---|---|
author | Alexandre Oliva <aoliva@redhat.com> | Mon Oct 31 18:29:36 2005 -0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Nov 02 19:41:32 2005 -0800 |
tree | d38a20395a0619976543cfb68ea925aebc545575 | |
parent | cfa024f4e45562c50b9eccb23649ab103578037b [diff] |
[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 <oliva@lsd.ic.unicamp.br> Signed-off-by: Linus Torvalds <torvalds@osdl.org>