aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-i386/bitops.h
Commit message (Collapse)AuthorAge
* x86: fix new find_first_bit()Linus Torvalds2005-07-29
| | | | | | | | | Some edge problems with the original C rewrite. Thanks go to Cal Peake, who pinpointed the breakage to the rewrite, and tested this fixed version. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* [PATCH] speed up on find_first_bit for i386 (let compiler do the work)Steven Rostedt2005-07-28
| | | | | | | | Avoid using "rep scas", just let the compiler select a sequence of regular instructions. Signed-off-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-16
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!