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:
1a750e0
)
x86, bitops: make constant-bit set/clear_bit ops faster, adapt, clean up
author
Ingo Molnar
<mingo@elte.hu>
Fri, 20 Jun 2008 05:28:24 +0000
(07:28 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 20 Jun 2008 06:08:49 +0000
(08:08 +0200)
fix integration bug introduced by "x86: bitops take an unsigned long *"
which turned "(void *) + x" into "(long *) + x".
small cleanups to make it more apparent which value get propagated where.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found