[IA64] Slim-down __clear_bit_unlock

2008-02-05 Thread Linux Kernel Mailing List
: Mon Feb 4 15:19:16 2008 -0800 Committer: Tony Luck [EMAIL PROTECTED] CommitDate: Mon Feb 4 15:19:16 2008 -0800 [IA64] Slim-down __clear_bit_unlock - I removed the unnecessary barrier() from __clear_bit_unlock(). ia64_st4_rel_nta() makes sure all the modifications are globally

IA64: Slim down __clear_bit_unlock

2007-12-19 Thread Linux Kernel Mailing List
: Tue Dec 18 16:22:46 2007 -0800 Committer: Tony Luck [EMAIL PROTECTED] CommitDate: Tue Dec 18 16:22:46 2007 -0800 IA64: Slim down __clear_bit_unlock __clear_bit_unlock does not need to perform atomic operations on the variable. Avoid a cmpxchg and simply do a store with release