x86, bitops: make constant-bit set/clear_bit ops faster, adapt, clean up
authorIngo Molnar <mingo@elte.hu>
Fri, 20 Jun 2008 05:28:24 +0000 (07:28 +0200)
committerIngo 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