From: Ingo Molnar Date: Fri, 20 Jun 2008 05:28:24 +0000 (+0200) Subject: x86, bitops: make constant-bit set/clear_bit ops faster, adapt, clean up X-Git-Tag: v2.6.27-rc1~1106^2~251^4~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dbceaf9bb68919651901b101f44edd5391ee489;p=pandora-kernel.git 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 --- Reading git-diff-tree failed