]> git.baikalelectronics.ru Git - kernel.git/commit
asm-generic: move cmpxchg*_local defs to cmpxchg.h
authorJonas Bonn <jonas@southpole.se>
Thu, 28 Feb 2013 05:37:05 +0000 (06:37 +0100)
committerJonas Bonn <jonas@southpole.se>
Wed, 13 Mar 2013 05:11:05 +0000 (06:11 +0100)
commit16c5f19e7e1ae923c43f05d2b0e4a5ae48ddbeba
tree994d47deeb1771f3018317d7bad45dfbf7ba9d19
parentd4847661d841695ea3867e4ec79bbb365c8ff640
asm-generic: move cmpxchg*_local defs to cmpxchg.h

asm/cmpxchg.h can be included on its own and needs to be self-consistent.
The definitions for the cmpxchg*_local macros, as such, need to be part
of this file.

This fixes a build issue on OpenRISC since the system.h smashing patch
01370f3252fc664e042659c1871abc68236a288d that introdued the direct inclusion
asm/cmpxchg.h into linux/llist.h.

CC: David Howells <dhowells@redhat.com>
Signed-off-by: Jonas Bonn <jonas@southpole.se>
Acked-by: Arnd Bergmann <arnd@arndb.de>
include/asm-generic/atomic.h
include/asm-generic/cmpxchg.h