Make "atomic_dec_and_lock()" a macro.
We rename the actual architecture-specific low-level implementation to have a prepended underscore: "_atomic_dec_and_lock()". This extra macro indirection is so that we can make the macro do the lock context counting. That will be the next patch.
Showing
Please register or sign in to comment