diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-03-21 02:39:10 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-03-22 21:03:17 -0400 |
commit | bee18bebda46bc112916a5124a23a9c7b244b82d (patch) | |
tree | 043677f8e2b8f133d029bfc9e0b083d0cd0937b5 /arch/blackfin/Kconfig | |
parent | 4e3d96deff59d126cfa289645e136e295e65480f (diff) |
Blackfin: enable atomic64_t support
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 01615d4f57d6..672c21632f2f 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -31,6 +31,7 @@ config BLACKFIN | |||
31 | select HAVE_OPROFILE | 31 | select HAVE_OPROFILE |
32 | select ARCH_WANT_OPTIONAL_GPIOLIB | 32 | select ARCH_WANT_OPTIONAL_GPIOLIB |
33 | select HAVE_GENERIC_HARDIRQS | 33 | select HAVE_GENERIC_HARDIRQS |
34 | select GENERIC_ATOMIC64 | ||
34 | select GENERIC_IRQ_PROBE | 35 | select GENERIC_IRQ_PROBE |
35 | select IRQ_PER_CPU if SMP | 36 | select IRQ_PER_CPU if SMP |
36 | select GENERIC_HARDIRQS_NO_DEPRECATED | 37 | select GENERIC_HARDIRQS_NO_DEPRECATED |