• Linus Torvalds's avatar
    Make "atomic_dec_and_lock()" a macro. · e746c994
    Linus Torvalds authored
    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.
    e746c994
dec_and_lock.c 821 Bytes