From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 263C4C433E0 for ; Thu, 25 Feb 2021 14:03:43 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C295B64F06 for ; Thu, 25 Feb 2021 14:03:42 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C295B64F06 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=WdZ8vSdRn7bjsvqJBrw6YObW1f8A5CBC97UxryKbw/I=; b=P7zORhuwMY3x/Kv8pRsHtX6MQ KJ71fHR5WNwDxIFYbJahs0UuSwM1TbUp7rJWvYMaEB7rbJlhah+zVW5FKfK06IAHFHY1DRwrtNJ3j mRoLcgp9WLS9rNPaJIf4LzoZ9EzoIbMqVJKlxwTQFyWGNSupVwbokjII/qjuA05cuSh5gKmDKw1F7 mzLx+OmoVAMGTdzltWn3ihnUv6OOrloUQ+v8KfgrnFOEu2ZOBTWDr/m0fIYYFVYAyg3My2vw2wR7W Chu/Fxs/sD6gsfUr10kRIuCdhej1y8lmHh+HnulgxNZyokIKNcR6ylBeG6pEctmlV8OgXeUoInP2k PHWwbi+8g==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1lFHDd-00060k-Q5; Thu, 25 Feb 2021 14:02:17 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1lFHDa-00060I-6i for linux-arm-kernel@lists.infradead.org; Thu, 25 Feb 2021 14:02:15 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id BB72664F11; Thu, 25 Feb 2021 14:02:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1614261732; bh=218syAtxT4zx3HGAu9Wl85gzsByTob2ufpdJw7lYcrg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ec68jktne3YuJIrm7fi+NhV7SBpTe13byIL7GY/2iuClUrX7kSUgcEYz34SdnnTCP 7Y7nF04RLJloZp1nmg+uITKuUHzw4yDw37IDQuVDKO1PTr2CZjVVIZOhd0HA4CRCTW 3sHtd+W6UC8pN8EfCctI7Y3Py3QKGsADTqvXrwGOI9FhTFNtXWzpILIO8Ey2Z3giWD mN/kGEOs8TAea0rUxGibeo+gJdjwSWJYvU9lfjaLtH3epvBr3hGf+xrZdAZiWi69m9 hReIb1+wMoi+EcrbYSlHJ7qHSKn1IJEYZPtSKaKUswk+5OVsxs8u6iJaUnyw1/Omn3 Kz4FV4lXDGl3Q== Date: Thu, 25 Feb 2021 14:02:06 +0000 From: Will Deacon To: Yury Norov Subject: Re: [RESEND PATCH 1/2] ARM64: enable GENERIC_FIND_FIRST_BIT Message-ID: <20210225140205.GA13297@willie-the-truck> References: <20210225135700.1381396-1-yury.norov@gmail.com> <20210225135700.1381396-2-yury.norov@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210225135700.1381396-2-yury.norov@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210225_090214_370924_4A1CC895 X-CRM114-Status: UNSURE ( 9.68 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arch@vger.kernel.org, Thomas Bogendoerfer , Alexander Lobakin , Catalin Marinas , linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, Alexey Klimov , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Feb 25, 2021 at 05:56:59AM -0800, Yury Norov wrote: > diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig > index 31bd885b79eb..5596eab04092 100644 > --- a/arch/arm64/Kconfig > +++ b/arch/arm64/Kconfig > @@ -108,6 +108,7 @@ config ARM64 > select GENERIC_CPU_AUTOPROBE > select GENERIC_CPU_VULNERABILITIES > select GENERIC_EARLY_IOREMAP > + select GENERIC_FIND_FIRST_BIT > select GENERIC_IDLE_POLL_SETUP > select GENERIC_IRQ_IPI > select GENERIC_IRQ_MULTI_HANDLER Acked-by: Will Deacon Catalin can pick this up later in the cycle. Will _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel