From: David Howells Date: Wed, 28 Mar 2012 17:30:03 +0000 (+0100) Subject: Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h X-Git-Tag: v3.4-rc1~54^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34484277b173d0af1bb00532a264940b57920429;p=pandora-kernel.git Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h Make asm-generic/cmpxchg.h #include asm-generic/cmpxchg-local.h as all arch files that #include the former also #include the latter. See: grep -rl asm-generic/cmpxchg-local[.]h arch/ | sort > b grep -rl asm-generic/cmpxchg[.]h arch/ | sort > a comm a b This simplifies the disintegration of asm-generic/system.h for arches that don't have their own. Signed-off-by: David Howells Acked-by: Arnd Bergmann --- Reading git-diff-tree failed