From 860a052d8c72a30ce209b6f4a7d26ebad80ece33 Mon Sep 17 00:00:00 2001 From: Cong Wang Date: Wed, 25 Apr 2012 11:03:16 +1000 Subject: [PATCH] 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 --- arch/cris/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/cris/Kconfig b/arch/cris/Kconfig index b3abfb08aa5c..1d2b6115d48f 100644 --- a/arch/cris/Kconfig +++ b/arch/cris/Kconfig @@ -49,6 +49,7 @@ config CRIS select HAVE_GENERIC_HARDIRQS select GENERIC_IRQ_SHOW select GENERIC_IOMAP + select GENERIC_ATOMIC64 config HZ int -- 2.39.5