diff options
author | Cong Wang <xiyou.wangcong@gmail.com> | 2012-05-29 15:06:15 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-29 16:22:18 -0700 |
commit | 4c9c6a1bc869daeb1575442cbf94ba5878c08a67 (patch) | |
tree | fc64234e8715f002fc960fe7923f7dda3947f1c0 /arch | |
parent | af2e840971dee21ba9b87e9ecee7d5cc6109baaa (diff) | |
download | linux-4c9c6a1bc869daeb1575442cbf94ba5878c08a67.tar.bz2 |
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')
-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 bool default y select HAVE_IDE + select GENERIC_ATOMIC64 select HAVE_GENERIC_HARDIRQS select GENERIC_IRQ_SHOW select GENERIC_IOMAP |