1. 21 3月, 2006 2 次提交
  2. 10 3月, 2006 1 次提交
  3. 07 2月, 2006 1 次提交
  4. 10 1月, 2006 2 次提交
  5. 01 12月, 2005 1 次提交
  6. 08 11月, 2005 1 次提交
  7. 30 10月, 2005 31 次提交
  8. 15 9月, 2005 1 次提交
    • D
      [LIB]: Consolidate _atomic_dec_and_lock() · 4db2ce01
      David S. Miller 提交于
      Several implementations were essentialy a common piece of C code using
      the cmpxchg() macro.  Put the implementation in one spot that everyone
      can share, and convert sparc64 over to using this.
      
      Alpha is the lone arch-specific implementation, which codes up a
      special fast path for the common case in order to avoid GP reloading
      which a pure C version would require.
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      4db2ce01