diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2017-09-30 00:46:50 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-07-10 10:55:44 +0300 |
commit | 39862ccbc8531f6e3326eb3a8e7062307d71b349 (patch) | |
tree | 651bbf18b839a745fbba53aff0a019f7351a1d92 /arch | |
parent | f3002e55a4f81f8ef00d02855507bc6e89f9abd5 (diff) | |
download | linux-39862ccbc8531f6e3326eb3a8e7062307d71b349.tar.xz |
ARC: fix allnoconfig build warning
[ Upstream commit 5464d03d92601ac2977ef605b0cbb33276567daf ]
Reported-by: Dmitrii Kolesnichenko <dmitrii@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index c7a081c583b9..2de75779a247 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -23,7 +23,7 @@ config ARC select GENERIC_SMP_IDLE_THREAD select HAVE_ARCH_KGDB select HAVE_ARCH_TRACEHOOK - select HAVE_FUTEX_CMPXCHG + select HAVE_FUTEX_CMPXCHG if FUTEX select HAVE_IOREMAP_PROT select HAVE_KPROBES select HAVE_KRETPROBES |