Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Andrew Morton and committed by
Linus Torvalds
fef6c12e 10d73e65

+1
+1
arch/mn10300/Kconfig
··· 6 6 select ARCH_WANT_IPC_PARSE_VERSION 7 7 select HAVE_ARCH_TRACEHOOK 8 8 select HAVE_ARCH_KGDB 9 + select GENERIC_ATOMIC64 9 10 select HAVE_NMI_WATCHDOG if MN10300_WD_TIMER 10 11 select GENERIC_CLOCKEVENTS 11 12 select MODULES_USE_ELF_RELA