From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751833AbdL2Tz2 (ORCPT ); Fri, 29 Dec 2017 14:55:28 -0500 Received: from mail-it0-f65.google.com ([209.85.214.65]:42525 "EHLO mail-it0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751304AbdL2Tz1 (ORCPT ); Fri, 29 Dec 2017 14:55:27 -0500 X-Google-Smtp-Source: ACJfBosSFg2riGpnH1/EA5zARDf++wShXIyz04cwnyjDDiDHCvTdKQWMoHyOpEia0AWUW+6eswXw1w== From: Eric Biggers To: x86@kernel.org Cc: Ingo Molnar , Kees Cook , linux-kernel@vger.kernel.org, Eric Biggers Subject: [PATCH] x86/Kconfig: remove stale comment for ARCH_HAS_REFCOUNT Date: Fri, 29 Dec 2017 13:53:03 -0600 Message-Id: <20171229195303.17781-1-ebiggers3@gmail.com> X-Mailer: git-send-email 2.15.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Eric Biggers 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 --- arch/x86/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index d4fc98c50378..ff4e9cd99854 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 -- 2.15.1