From 366831615911c51596b2a9e1024a110a1d0939a1 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 24 May 2010 14:32:56 -0700 Subject: [PATCH] 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-format-patch failed