• Andrew Morton's avatar
    [PATCH] ppc64: fix inline version of _raw_spin_trylock · 68a6cd9b
    Andrew Morton authored
    From: Paul Mackerras <paulus@samba.org>
    
    When I added the out-of-line spinlocks on PPC64, I inadvertently introduced
    a bug in the inline version of _raw_spin_trylock, where it returns the
    opposite of what it should return.  The patch below fixes it.
    68a6cd9b
spinlock.h 5.77 KB