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:
e245b80
)
x86: make 'constant_test_bit()' take an unsigned bit number
author
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 9 Jan 2009 20:49:50 +0000
(12:49 -0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 9 Jan 2009 20:49:50 +0000
(12:49 -0800)
Ingo noticed that using signed arithmetic seems to confuse the gcc
inliner, and make it potentially decide that it's all too complicated.
(Yeah, yeah, it's a constant. It's always positive. Still..)
Based-on: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found