]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] spufs: clean up use of bitops
authorArnd Bergmann <arnd@arndb.de>
Wed, 4 Jan 2006 19:31:28 +0000 (20:31 +0100)
committerPaul Mackerras <paulus@samba.org>
Mon, 9 Jan 2006 04:44:43 +0000 (15:44 +1100)
commita47934880d52e1cb122218e21911171ff69e945a
tree26e5cab20e59879f5e3271ea73c0320ae31da140
parent5f128a0b4fab4d014e0911e1211e8750b79157b1
[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 <arndb@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/cell/spu_base.c
arch/powerpc/platforms/cell/spufs/sched.c
arch/powerpc/platforms/cell/spufs/spufs.h
arch/powerpc/platforms/cell/spufs/switch.c
include/asm-powerpc/spu.h