From: Jonas Bonn Date: Thu, 28 Feb 2013 05:37:05 +0000 (+0100) Subject: asm-generic: move cmpxchg*_local defs to cmpxchg.h X-Git-Tag: v3.9-rc3~5^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00c30e0681bf5563c8670c0ab419886f56626430;p=pandora-kernel.git 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 96f951edb1f1bdbbc99b0cd458f9808bb83d58ae that introdued the direct inclusion asm/cmpxchg.h into linux/llist.h. CC: David Howells Signed-off-by: Jonas Bonn Acked-by: Arnd Bergmann --- Reading git-diff-tree failed