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)
commit7dbceaf9bb68919651901b101f44edd5391ee489
tree1d9686536675d4d2307ffe2380af55ff023365b7
parent1a750e0cd7a30c478723ecfa1df685efcdd38a90
x86, bitops: make constant-bit set/clear_bit ops faster, adapt, clean up

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>
include/asm-x86/bitops.h