From: Arnd Bergmann Date: Wed, 4 Jan 2006 19:31:28 +0000 (+0100) Subject: [PATCH] spufs: clean up use of bitops X-Git-Tag: v2.6.16-rc1~666^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8837d9216f99048636fbb2c11347358e99e06181;p=pandora-kernel.git [PATCH] spufs: clean up use of bitops checking bits manually might not be synchonized with the use of set_bit/clear_bit. Make sure we always use the correct bitops by removing the unnecessary identifiers. Signed-off-by: Arnd Bergmann Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed