From: Mathieu Desnoyers Date: Mon, 24 May 2010 21:32:56 +0000 (-0700) Subject: mn10300: use generic atomic.h X-Git-Tag: v2.6.35-rc1~348 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=366831615911c51596b2a9e1024a110a1d0939a1;p=pandora-kernel.git mn10300: use generic atomic.h asm-generic/atomic.h has been derived from the mn10300 implementation. Remove the now duplicated mn10300 implementation by including the generic version instead. This adds cmpxchg_local() and cmpxchg64_local() for free to the architecture, as they are implemented in asm-generic/atomic.h. Signed-off-by: Mathieu Desnoyers Acked-by: David Howells Acked-by: Peter Fritzsche Acked-by: Arnd Bergmann Cc: Jamie Lokier Cc: Ingo Molnar Cc: Heiko Carstens Cc: Keith M Wesolowski Cc: Martin Schwidefsky Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed