[PATCH] speed up on find_first_bit for i386 (let compiler do the work)
authorSteven Rostedt <rostedt@goodmis.org>
Thu, 28 Jul 2005 12:45:06 +0000 (08:45 -0400)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 28 Jul 2005 15:40:31 +0000 (08:40 -0700)
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>

No differences found