From: Cong Wang Date: Tue, 29 May 2012 22:06:15 +0000 (-0700) Subject: cris: select GENERIC_ATOMIC64 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=4c9c6a1bc869daeb1575442cbf94ba5878c08a67;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git cris: select GENERIC_ATOMIC64 Cris doesn't implement atomic64 operations neither, should select GENERIC_ATOMIC64. Signed-off-by: WANG Cong Cc: Mikael Starvik Cc: Jesper Nilsson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index 22d34d64cc81..bb344650a14f 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig @@ -40,6 +40,7 @@ config CRIS bool default y select HAVE_IDE + select GENERIC_ATOMIC64 select HAVE_GENERIC_HARDIRQS select GENERIC_IRQ_SHOW select GENERIC_IOMAP