diff options
author | Andrew Morton <[email protected]> | 2013-01-11 14:31:54 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2013-01-11 14:54:55 -0800 |
commit | fef6c12e8874279ebebfa4cd58d735f6adce3ed1 (patch) | |
tree | ca70f03eaed3e237fcf3652623d9800a3c3fbf90 | |
parent | 10d73e655cef6e86ea8589dca3df4e495e4900b0 (diff) |
arch/mn10300/Kconfig: select CONFIG_GENERIC_ATOMIC64
mn10300 doesn't provide its own atomic64 implementation, so it should pull
in the generic one.
Cc: David Howells <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r-- | arch/mn10300/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mn10300/Kconfig b/arch/mn10300/Kconfig index aa03f2e13385..e70001cfa05b 100644 --- a/arch/mn10300/Kconfig +++ b/arch/mn10300/Kconfig @@ -6,6 +6,7 @@ config MN10300 select ARCH_WANT_IPC_PARSE_VERSION select HAVE_ARCH_TRACEHOOK select HAVE_ARCH_KGDB + select GENERIC_ATOMIC64 select HAVE_NMI_WATCHDOG if MN10300_WD_TIMER select GENERIC_CLOCKEVENTS select MODULES_USE_ELF_RELA |