git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79a8810
)
[PATCH] speed up on find_first_bit for i386 (let compiler do the work)
author
Steven Rostedt
<rostedt@goodmis.org>
Thu, 28 Jul 2005 12:45:06 +0000
(08:45 -0400)
committer
Linus 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