1. 25 11月, 2016 1 次提交
    • M
      powerpc: Fix __cmpxchg() to take a volatile ptr again · da58b23c
      Michael Ellerman 提交于
      In commit d0563a12 ("powerpc: Implement {cmp}xchg for u8 and u16")
      we removed the volatile from __cmpxchg().
      
      This is leading to warnings such as:
      
        drivers/gpu/drm/drm_lock.c: In function ‘drm_lock_take’:
        arch/powerpc/include/asm/cmpxchg.h:484:37: warning: passing argument 1
        of ‘__cmpxchg’ discards ‘volatile’ qualifier from pointer target
           (__typeof__(*(ptr))) __cmpxchg((ptr), (unsigned long)_o_,   \
      
      There doesn't seem to be consensus across architectures whether the
      argument is volatile or not, so at least for now put the volatile back.
      
      Fixes: d0563a12 ("powerpc: Implement {cmp}xchg for u8 and u16")
      Signed-off-by: NMichael Ellerman <mpe@ellerman.id.au>
      da58b23c
  2. 24 11月, 2016 1 次提交
  3. 23 11月, 2016 12 次提交
  4. 22 11月, 2016 5 次提交
  5. 18 11月, 2016 18 次提交
  6. 17 11月, 2016 3 次提交