m32r: Allow use of atomic64
authorSteven Rostedt <rostedt@goodmis.org>
Thu, 13 Oct 2011 14:40:16 +0000 (10:40 -0400)
committerSteven Rostedt <rostedt@goodmis.org>
Tue, 18 Oct 2011 03:29:43 +0000 (23:29 -0400)
commitabcefec31e3dc46554ee9c04f70c6012b17e8dc5
tree707e5b284822f6be99b1eea51536868ba63937c0
parent436fc280261dcfce5af38f08b89287750dc91cd2
m32r: Allow use of atomic64

Atomic64 is now a valid type in Linux. Archs that do not have their own
version of atomic64 operators are to use the generic operations.

The m32r architecture needs to define GENERIC_ATOMIC64.

Link: http://lkml.kernel.org/r/20111013085936.GA13046@elte.hu
Link: http://lkml.kernel.org/r/1318516816.12224.12.camel@gandalf.stny.rr.com
Link: http://lkml.kernel.org/r/20111017185440.GB5545@elte.hu
Acked-by: Hirokazu Takata <takata@linux-m32r.org>
Acked-by: David Rientjes <rientjes@google.com>
Reported-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
arch/m32r/Kconfig