From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757610AbeAHUko (ORCPT + 1 other); Mon, 8 Jan 2018 15:40:44 -0500 Received: from terminus.zytor.com ([65.50.211.136]:50341 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755225AbeAHUkl (ORCPT ); Mon, 8 Jan 2018 15:40:41 -0500 Date: Mon, 8 Jan 2018 12:35:18 -0800 From: tip-bot for Eric Biggers Message-ID: Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, peterz@infradead.org, tglx@linutronix.de, mingo@kernel.org, torvalds@linux-foundation.org, ebiggers@google.com, keescook@chromium.org Reply-To: hpa@zytor.com, linux-kernel@vger.kernel.org, ebiggers@google.com, torvalds@linux-foundation.org, keescook@chromium.org, peterz@infradead.org, tglx@linutronix.de, mingo@kernel.org In-Reply-To: <20171229195303.17781-1-ebiggers3@gmail.com> References: <20171229195303.17781-1-ebiggers3@gmail.com> To: linux-tip-commits@vger.kernel.org Subject: [tip:locking/urgent] locking/refcounts: Remove stale comment from the ARCH_HAS_REFCOUNT Kconfig entry Git-Commit-ID: f328299e54a94998b31baf788d2b33d8122a4acb X-Mailer: tip-git-log-daemon Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UTF-8 Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Commit-ID: f328299e54a94998b31baf788d2b33d8122a4acb Gitweb: https://git.kernel.org/tip/f328299e54a94998b31baf788d2b33d8122a4acb Author: Eric Biggers AuthorDate: Fri, 29 Dec 2017 13:53:03 -0600 Committer: Ingo Molnar CommitDate: Mon, 8 Jan 2018 20:05:04 +0100 locking/refcounts: Remove stale comment from the ARCH_HAS_REFCOUNT Kconfig entry ARCH_HAS_REFCOUNT is no longer marked as broken ('if BROKEN'), so remove the stale comment regarding it being broken. Signed-off-by: Eric Biggers Cc: Kees Cook Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Link: http://lkml.kernel.org/r/20171229195303.17781-1-ebiggers3@gmail.com Signed-off-by: Ingo Molnar --- arch/x86/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index d4fc98c..ff4e9cd 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -55,7 +55,6 @@ config X86 select ARCH_HAS_GCOV_PROFILE_ALL select ARCH_HAS_KCOV if X86_64 select ARCH_HAS_PMEM_API if X86_64 - # Causing hangs/crashes, see the commit that added this change for details. select ARCH_HAS_REFCOUNT select ARCH_HAS_UACCESS_FLUSHCACHE if X86_64 select ARCH_HAS_SET_MEMORY