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 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3189AC43217 for ; Mon, 7 Nov 2022 19:10:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To: Message-Id:Date:Subject:Cc:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=/b5cIS/F4+zbyZgfdPUApqCW+lZCVaxAlnlaVXZveWQ=; b=zJstuTSgCtzmdJ 0h9wAKVA8Bo6OzNsk8003vGcfe6WOOCU677c3wy91vgTpMnLJ2fVj0LVNCmuITcHHR4P2Mw/UYboV zdJASfYfw7KpHD3cbQC0cG6gLTmH0k//LsD9rBnntLLdfewpgUwTUhCJaRWhUVrXe0+vaNb42aBJ6 giLFcyHq/UU7bnU41c4x1UVEcI8tF0GeoqPJ1yy1UnxmlIRx+YA0zPZK1ScZa9NoXVjRBbhAE6vKG gcwF30mo8V2YEq9ERJlYrH7JWHG8Zo7F2L7Y6qOWTtzEivyMQkgiTXKoVl6s93d5vNN53djgoN4Cs aN9MSgX5e0evIc7JTQBQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1os7UG-00HSNZ-LD; Mon, 07 Nov 2022 19:08:48 +0000 Received: from ams.source.kernel.org ([145.40.68.75]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1os7UE-00HSMq-5r for linux-arm-kernel@lists.infradead.org; Mon, 07 Nov 2022 19:08:47 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 8FF19B810BF; Mon, 7 Nov 2022 19:08:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 24A60C433C1; Mon, 7 Nov 2022 19:08:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667848123; bh=A8+Aspk9Aoj5JMDl1BSs6RaYOWu8Bwcjtt5HTK0SbXU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=oTUH6jKHDBnM5+io9k9hrojnsWNxPexnOwoPM/B0LUnsCilPEBRKzDe2cUcAZDdJ0 GI8kfJ/J/R8Z2RfrBKKVbMs/zdT614PJ4cE7C+1RTJn/JBKlp+2h87BO0mNX/lc3EY uDCk1H4yIz8nGE2YUcQLUE8mIR3NDMZDJbzfu44xOsaMInXK8srmq69KdiNaLsNrTO OLnNADI0xoKE7CdYL9xGOcP94s5VB8qXbt8DalINg0pRlQflcJB/0i27RRQxBydKLN SW/1btGFbqtHUYqQz6rvAo66I5l0/MuF2VPYDHSgsMVirntHj+P3C+Qhi5Urj+YcEj lGzOs8boMGf8w== From: Will Deacon To: Mark Brown , Catalin Marinas Cc: kernel-team@android.com, Will Deacon , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v1] arm64/asm: Remove unused enable_da macro Date: Mon, 7 Nov 2022 19:08:32 +0000 Message-Id: <166783796018.34657.14875622413666010839.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20221019120346.72289-1-broonie@kernel.org> References: <20221019120346.72289-1-broonie@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221107_110846_376729_33EC10D1 X-CRM114-Status: UNSURE ( 9.02 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 Wed, 19 Oct 2022 13:03:45 +0100, Mark Brown wrote: > We no longer use the enable_da macro, remove it to avoid having to think > about maintaining it. > > Applied to arm64 (for-next/trivial), thanks! [1/1] arm64/asm: Remove unused enable_da macro https://git.kernel.org/arm64/c/e8e510411847 Cheers, -- Will https://fixes.arm64.dev https://next.arm64.dev https://will.arm64.dev _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel