diff options
author | Helge Deller <deller@gmx.de> | 2013-05-06 15:13:33 -0400 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2013-05-06 17:10:04 -0400 |
commit | f21dda025ab00da197ac30b6c6690c380d838683 (patch) | |
tree | 3059c205f6fe3cbbf5e098524aab36a64aabeecc /arch/parisc/Kconfig | |
parent | bbbfde782084b4f0d85ddffb88f1cf4650ff40e4 (diff) |
parisc: implement atomic64_dec_if_positive()
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/Kconfig')
-rw-r--r-- | arch/parisc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/parisc/Kconfig b/arch/parisc/Kconfig index 433e75a2ee9a..fe4afb0f152f 100644 --- a/arch/parisc/Kconfig +++ b/arch/parisc/Kconfig | |||
@@ -13,6 +13,7 @@ config PARISC | |||
13 | select BUG | 13 | select BUG |
14 | select HAVE_PERF_EVENTS | 14 | select HAVE_PERF_EVENTS |
15 | select GENERIC_ATOMIC64 if !64BIT | 15 | select GENERIC_ATOMIC64 if !64BIT |
16 | select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE | ||
16 | select HAVE_GENERIC_HARDIRQS | 17 | select HAVE_GENERIC_HARDIRQS |
17 | select BROKEN_RODATA | 18 | select BROKEN_RODATA |
18 | select GENERIC_IRQ_PROBE | 19 | select GENERIC_IRQ_PROBE |