commit | cd85c8b4457a52d3545fdb9532082b2c1ebd5f21 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <rostedt@goodmis.org> | Thu Jul 28 08:45:06 2005 -0400 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Jul 28 08:40:31 2005 -0700 |
tree | 58b294ef3cd90f08fa77555352de63934a881405 | |
parent | 79a8810221ee9ea96c4e5a5817afb88f22ea698c [diff] |
[PATCH] speed up on find_first_bit for i386 (let compiler do the work) 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>