Re: [PATCH] x86/cmpxchg: Remove superfluous definitions

2016-09-27 Thread Ingo Molnar
* Peter Zijlstra wrote: > On Mon, Sep 26, 2016 at 09:11:18PM +0300, Nikolay Borisov wrote: > > cmpxchg contained definitions for unused (x)add_* operations, dating back > > to the original ticket spinlock implementation. Nowadays these are > > unused so remove them. > > https://lkml.kernel.org/

Re: [PATCH] x86/cmpxchg: Remove superfluous definitions

2016-09-27 Thread Peter Zijlstra
On Mon, Sep 26, 2016 at 09:11:18PM +0300, Nikolay Borisov wrote: > cmpxchg contained definitions for unused (x)add_* operations, dating back > to the original ticket spinlock implementation. Nowadays these are > unused so remove them. https://lkml.kernel.org/r/20160518184302.go3...@twins.programmi

[PATCH] x86/cmpxchg: Remove superfluous definitions

2016-09-26 Thread Nikolay Borisov
cmpxchg contained definitions for unused (x)add_* operations, dating back to the original ticket spinlock implementation. Nowadays these are unused so remove them. Signed-off-by: Nikolay Borisov --- arch/x86/include/asm/cmpxchg.h | 44 -- 1 file changed, 4