diff options
author | Cong Wang <xiyou.wangcong@gmail.com> | 2012-05-29 18:06:15 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-29 19:22:18 -0400 |
commit | 4c9c6a1bc869daeb1575442cbf94ba5878c08a67 (patch) | |
tree | fc64234e8715f002fc960fe7923f7dda3947f1c0 /arch/cris/Kconfig | |
parent | af2e840971dee21ba9b87e9ecee7d5cc6109baaa (diff) |
cris: select GENERIC_ATOMIC64
Cris doesn't implement atomic64 operations neither, should select
GENERIC_ATOMIC64.
Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
Cc: Mikael Starvik <starvik@axis.com>
Cc: Jesper Nilsson <jesper.nilsson@axis.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/cris/Kconfig')
-rw-r--r-- | arch/cris/Kconfig | 1 |
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 | |||
40 | bool | 40 | bool |
41 | default y | 41 | default y |
42 | select HAVE_IDE | 42 | select HAVE_IDE |
43 | select GENERIC_ATOMIC64 | ||
43 | select HAVE_GENERIC_HARDIRQS | 44 | select HAVE_GENERIC_HARDIRQS |
44 | select GENERIC_IRQ_SHOW | 45 | select GENERIC_IRQ_SHOW |
45 | select GENERIC_IOMAP | 46 | select GENERIC_IOMAP |