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 A553AC433F5 for ; Tue, 15 Feb 2022 23:21:19 +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=OJk5QpfkY/WdLa3nCqJo6VDrUl2x/V+RIRk4gq8P7L8=; b=mKh+YWph+2c3oF XbuYWpl3Wx2Zq1mMra3AtsgosjiOun1J7HO8I78JrPDJrPedjYjrqwUnQ7NPKRJRzDrRZklgUMjGS /gMlMp5ChEIvcT6Tzj7zfexiyE7N7RYV14EYqiM34tiqU9t4g5VWViLEsVvEXF8nxpdUEAPSdJgWP rq/gxwX+OkXsyiMBot1r4P82sTL6PwV/Q2bxBpfQHXYQgpKrOJF7v0FceIQ7uA3WUD1OxfxuLe9LJ Y21AxXneFi3h+Spbmzq88ieEMSifmQ8Km3KxoJrMNSr7NUk4Mq9c5wng6Yi39afkHZLUBgCDapQjm z5V2qGQJewXkDoPmoY1Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nK777-004slY-Cw; Tue, 15 Feb 2022 23:20:06 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nK75z-004sMS-Kn for linux-arm-kernel@lists.infradead.org; Tue, 15 Feb 2022 23:18:57 +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 dfw.source.kernel.org (Postfix) with ESMTPS id 37B196155A; Tue, 15 Feb 2022 23:18:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EFF94C340F1; Tue, 15 Feb 2022 23:18:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1644967135; bh=Dm0P7y+08Aps5ktTuadTxa8ZMMt7zPUMnP7pGirqCw0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=GoT2LSIeZ6DkfdOQLkq1kuJKH4imO0Vly0nCP+4qd7pYoPFWynV/2LcfoxS8I5Q3W wYdakPr4RcVs0pWB1+HuyvsuKAznm+keaoU7V1Oq5GPmAwtNoWlSj+uE2nPUFAKnsl tgcMxfjihJERemjhqxFsiO41zLkByuWkP3/7bEzuFhDOQQtDnHHKuoD5WnFmeXwnaa vkehf8Wk2hEjMZ3iowyDBgL5TRJ7Ig+YQGoP9ZODMwyISZUmtHGnRtWbx3kd9zys3w QvnaNXmSlmEK0DYPIn7iJaluX+uOPhQhQzrIBh/zyUJZZrukam2WSa0/1JsEQNLwkf xH2h1MFl0JNGA== From: Will Deacon To: joey.gouly@arm.com, maz@kernel.org, catalin.marinas@arm.com, He Ying , pcc@google.com, mark.rutland@arm.com, marcan@marcan.st Cc: kernel-team@android.com, Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] arm64: entry: Save some nops when CONFIG_ARM64_PSEUDO_NMI is not set Date: Tue, 15 Feb 2022 23:18:28 +0000 Message-Id: <164493810686.322628.15452410391635355969.b4-ty@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20220112032410.29231-1-heying24@huawei.com> References: <20220107085536.214501-1-heying24@huawei.com> <20220112032410.29231-1-heying24@huawei.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220215_151855_745220_40ADFD31 X-CRM114-Status: GOOD ( 10.47 ) 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 Tue, 11 Jan 2022 22:24:10 -0500, He Ying wrote: > Arm64 pseudo-NMI feature code brings some additional nops > when CONFIG_ARM64_PSEUDO_NMI is not set, which is not > necessary. So add necessary ifdeffery to avoid it. > > Applied to arm64 (for-next/misc), thanks! [1/1] arm64: entry: Save some nops when CONFIG_ARM64_PSEUDO_NMI is not set https://git.kernel.org/arm64/c/3352a5556f52 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