Skip to content
Commit 7dbceaf9 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

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: default avatarIngo Molnar <mingo@elte.hu>
parent 1a750e0c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment