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)
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
96f951edb1f1bdbbc99b0cd458f9808bb83d58ae 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>

No differences found