• Rusty Russell's avatar
    [PATCH] ppc spinlock warning removal · a51a00ea
    Rusty Russell authored
    Rusty Russell <rusty@rustcorp.com.au>: 2.5.17 Warning removal for ppc:
      test_and_set_bit now expect an "unsigned long", so we want
      &spinlock->lock rather than &spinlock (even though they are
      equivalent).
    
      Rusty.
    a51a00ea
spinlock.h 3.58 KB