commit | 7dbceaf9bb68919651901b101f44edd5391ee489 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Fri Jun 20 07:28:24 2008 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Fri Jun 20 08:08:49 2008 +0200 |
tree | 1d9686536675d4d2307ffe2380af55ff023365b7 | |
parent | 1a750e0cd7a30c478723ecfa1df685efcdd38a90 [diff] |
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>