[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210920163912.718308913@linuxfoundation.org>
Date: Mon, 20 Sep 2021 18:41:21 +0200
From: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
To: linux-kernel@...r.kernel.org
Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
stable@...r.kernel.org,
Dmitrii Kolesnichenko <dmitrii@...opsys.com>,
Vineet Gupta <vgupta@...opsys.com>
Subject: [PATCH 4.4 003/133] ARC: fix allnoconfig build warning
From: Vineet Gupta <vgupta@...opsys.com>
commit 5464d03d92601ac2977ef605b0cbb33276567daf upstream.
Reported-by: Dmitrii Kolesnichenko <dmitrii@...opsys.com>
Signed-off-by: Vineet Gupta <vgupta@...opsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
---
arch/arc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- 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
Powered by blists - more mailing lists