[PATCH] Implement atomic_add_negative() on various architectures
Lots of architectures have atomic_add_return() and no atomic_add_negative(). We can implement the latter in terms of the former.
Showing
Please register or sign in to comment