diff options
| author | Steven Rostedt <[email protected]> | 2011-10-13 10:40:16 -0400 |
|---|---|---|
| committer | Steven Rostedt <[email protected]> | 2011-10-17 23:29:43 -0400 |
| commit | abcefec31e3dc46554ee9c04f70c6012b17e8dc5 (patch) | |
| tree | 707e5b284822f6be99b1eea51536868ba63937c0 | |
| parent | 436fc280261dcfce5af38f08b89287750dc91cd2 (diff) | |
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/[email protected]
Link: http://lkml.kernel.org/r/[email protected]
Link: http://lkml.kernel.org/r/[email protected]
Acked-by: Hirokazu Takata <[email protected]>
Acked-by: David Rientjes <[email protected]>
Reported-by: Ingo Molnar <[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
| -rw-r--r-- | arch/m32r/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index b92b9445255d..6c4e9aaa70c1 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig @@ -10,6 +10,7 @@ config M32R select HAVE_GENERIC_HARDIRQS select GENERIC_IRQ_PROBE select GENERIC_IRQ_SHOW + select GENERIC_ATOMIC64 config SBUS bool |