commit | 8837d9216f99048636fbb2c11347358e99e06181 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Wed Jan 04 20:31:28 2006 +0100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Jan 09 15:44:43 2006 +1100 |
tree | 26e5cab20e59879f5e3271ea73c0320ae31da140 | |
parent | 3f51dd91c80746a5cf76f8c4a77bfc88aa82bb9e [diff] |
[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>