Skip to content

Commit fef6c12

Browse files
akpm00torvalds
authored andcommitted
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 <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 10d73e6 commit fef6c12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/mn10300/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ config MN10300
66
select ARCH_WANT_IPC_PARSE_VERSION
77
select HAVE_ARCH_TRACEHOOK
88
select HAVE_ARCH_KGDB
9+
select GENERIC_ATOMIC64
910
select HAVE_NMI_WATCHDOG if MN10300_WD_TIMER
1011
select GENERIC_CLOCKEVENTS
1112
select MODULES_USE_ELF_RELA

0 commit comments

Comments
 (0)