aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCong Wang <[email protected]>2012-05-29 15:06:15 -0700
committerLinus Torvalds <[email protected]>2012-05-29 16:22:18 -0700
commit4c9c6a1bc869daeb1575442cbf94ba5878c08a67 (patch)
treefc64234e8715f002fc960fe7923f7dda3947f1c0
parentaf2e840971dee21ba9b87e9ecee7d5cc6109baaa (diff)
cris: select GENERIC_ATOMIC64
Cris doesn't implement atomic64 operations neither, should select GENERIC_ATOMIC64. Signed-off-by: WANG Cong <[email protected]> Cc: Mikael Starvik <[email protected]> Cc: Jesper Nilsson <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
-rw-r--r--arch/cris/Kconfig1
1 files changed, 1 insertions, 0 deletions
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