Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755954AbbHFMlr (ORCPT ); Thu, 6 Aug 2015 08:41:47 -0400 Received: from smtprelay.synopsys.com ([198.182.60.111]:33785 "EHLO smtprelay.synopsys.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1755517AbbHFMlp (ORCPT ); Thu, 6 Aug 2015 08:41:45 -0400 From: Vineet Gupta To: "Peter Zijlstra (Intel)" , Thomas Gleixner CC: Michel Lespinasse , , lkml , Vineet Gupta Subject: [PATCH 4/4] ARC: Enable HAVE_FUTEX_CMPXCHG Date: Thu, 6 Aug 2015 18:05:23 +0530 Message-ID: <1438864523-31340-5-git-send-email-vgupta@synopsys.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1438864523-31340-1-git-send-email-vgupta@synopsys.com> References: <1438864523-31340-1-git-send-email-vgupta@synopsys.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.12.197.191] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 870 Lines: 29 ARC doesn't need the runtime detection of futex cmpxchg op Cc: Peter Zijlstra (Intel) Cc: Thomas Gleixner Signed-off-by: Vineet Gupta --- arch/arc/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index bd4670d1b89b..bb0d09159714 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -22,6 +22,7 @@ config ARC select GENERIC_SMP_IDLE_THREAD select HAVE_ARCH_KGDB select HAVE_ARCH_TRACEHOOK + select HAVE_FUTEX_CMPXCHG select HAVE_IOREMAP_PROT select HAVE_KPROBES select HAVE_KRETPROBES -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/