From patchwork Thu Feb 3 11:53:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Clark X-Patchwork-Id: 12734060 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 69FEBC433EF for ; Thu, 3 Feb 2022 11:55:16 +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: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:In-Reply-To:References: List-Owner; bh=Lt5jDB9DPHz1myugCyAh+znK7mFBy+DpSKZq/MKOt3s=; b=22qXfzuFcwzcr+ dJyGpAOqF3G9n1O56XlshNGuHLTqcBp3IWc6W4z3tBVf3vyE/yLpFO50hO5mEoIDkkEZisRhaaGAx B/afg7M8y081YLBBtCt5VGZByizXyHcSLJXnJ979H3gdNAW8+HM+VQ38EMbtDPygGMNXxFNhU/i0b ejQicPzGoHObri/85ckfXv2EWADdhB7FyuCqtLLCiY8elnxgkzCa8OYWOD80Lcg7hSJlJRi4oOsoZ ZhaYfCXy0eIzHcilAArmeDESXUJT26hEgOZjFonWWyWO7uZyM8FL2svQIDE91QLiqa1tjQED7mfRr grfRqNytnXtP0+Jgzo1Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nFagk-0013WD-MY; Thu, 03 Feb 2022 11:54:10 +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 1nFagX-0013Qv-3H for linux-arm-kernel@lists.infradead.org; Thu, 03 Feb 2022 11:53:58 +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 BCB7E11D4; Thu, 3 Feb 2022 03:53:55 -0800 (PST) Received: from e121896.arm.com (unknown [10.57.13.234]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 3AAF33F774; Thu, 3 Feb 2022 03:53:54 -0800 (PST) From: James Clark To: suzuki.poulose@arm.com, mathieu.poirier@linaro.org, coresight@lists.linaro.org Cc: leo.yan@linaro.com, mike.leach@linaro.org, James Clark , Leo Yan , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/1] coresight: no-op refactor to make INSTP0 check more idiomatic Date: Thu, 3 Feb 2022 11:53:34 +0000 Message-Id: <20220203115336.119735-1-james.clark@arm.com> X-Mailer: git-send-email 2.28.0 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220203_035357_200663_9A735721 X-CRM114-Status: UNSURE ( 7.34 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org In preparation for the bigger register refactor, simplify one of the accesses otherwise it looked even more obfuscated after the refactor. This can't be included in the main set because it causes a small change in the binary, although functionally this refactor is also a no-op. Applies to coresight/next 30d1f1c71b James Clark (1): coresight: no-op refactor to make INSTP0 check more idiomatic drivers/hwtracing/coresight/coresight-etm4x-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)