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 695B7C4332F for ; Wed, 19 Oct 2022 13:23:12 +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:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc: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=b4vnPiiU2ADAbCRiKTfYcP5xW8yIxYauTif7e2MnFNs=; b=cBsmLxmUpfRAd9 B3oDxPlRuHzCXhSdfk+l/N+IVOiBbiGf0ELw30VGwlNHVbPKXsm0lnAiuldBWCP+Lg1KBqxraWZ9S IepoziM8tVmVI0PmZZh29crzOPfeOGovj6sCSxJmL40Gd0YsU7pP6Zmf3mMQoZA1F9YVmc4iLE9zw Yh75ZIN0sfMRZLxz6RbU0zrv3r0uXM230NLkh4y8JHc591WUDQkB8GIQpCi9ogGhXQ0UawFvaJE9o go02jn6jCxJ4o70L2CN/KlOsPXp67i3blyW+u9yzycMS+7Pk7UaQe0wdLk0F5Lj3OxCNe97euAMEe R7NcSqdVtFcc/TKjhuFA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ol91D-0026ti-6Z; Wed, 19 Oct 2022 13:21:59 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ol919-0026rt-NH for linux-arm-kernel@lists.infradead.org; Wed, 19 Oct 2022 13:21:57 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7E96F14BF; Wed, 19 Oct 2022 06:21:54 -0700 (PDT) Received: from FVFF77S0Q05N (unknown [10.57.5.196]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6A5393F67D; Wed, 19 Oct 2022 06:21:47 -0700 (PDT) Date: Wed, 19 Oct 2022 14:21:40 +0100 From: Mark Rutland To: Mark Brown Cc: Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v1] arm64/asm: Remove unused enable_da macro Message-ID: References: <20221019120346.72289-1-broonie@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221019120346.72289-1-broonie@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221019_062155_843875_A769A6C9 X-CRM114-Status: GOOD ( 16.62 ) 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, Oct 19, 2022 at 01:03:45PM +0100, Mark Brown wrote: > We no longer use the enable_da macro, remove it to avoid having to think > about maintaining it. > > Signed-off-by: Mark Brown Whhops; I had meant to remove that when I got rid of the last user in commit: 064dbfb416914194 ("arm64: entry: convert IRQ+FIQ handlers to C") FWIW: Acked-by: Mark Rutland Mark. > --- > arch/arm64/include/asm/assembler.h | 5 ----- > 1 file changed, 5 deletions(-) > > diff --git a/arch/arm64/include/asm/assembler.h b/arch/arm64/include/asm/assembler.h > index e5957a53be39..27e0c75f7818 100644 > --- a/arch/arm64/include/asm/assembler.h > +++ b/arch/arm64/include/asm/assembler.h > @@ -51,11 +51,6 @@ > msr daif, \flags > .endm > > - /* IRQ/FIQ are the lowest priority flags, unconditionally unmask the rest. */ > - .macro enable_da > - msr daifclr, #(8 | 4) > - .endm > - > /* > * Save/restore interrupts. > */ > > base-commit: 9abf2313adc1ca1b6180c508c25f22f9395cc780 > -- > 2.30.2 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel