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 5CBEBC00140 for ; Thu, 18 Aug 2022 13:50:58 +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=o3vEo3WYFKNXxbiM15KGuMGMyYIQTJ5DBkrPYlWLhN8=; b=aNajv3KuUEQ4uK 7fJSzovSUYitW95edNM22BWsBDnAzCVRCtgoZoa/xGBJZAn2WhkPPkyK5ERi3u6neeSIhEIUrD1Pd GkyNxkjnYlycSCBxSOt47zmxmfblIuW2ifA99uSFyO65ro1k857Tggntei8KEHbMBqYcDTxyXKi9+ DPdRJOz9D2ATUC77+b31aO34xjyaukBCgDGPZQLrcaj8Ho0IKOfEFxA/5WkIRDmU/CZPh9onEgA02 jyk+C6XhPUdunpB+Jk4rBSbF/euVWODzSUbhG6pqFzHuNpKWsk7mN9UcRb6bWmLl5wxLE7s96YAgp d0nPU+1LX6QiKzRsfX5g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oOfu8-005hCy-Qi; Thu, 18 Aug 2022 13:49:48 +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 1oOflQ-005Zra-89 for linux-arm-kernel@lists.infradead.org; Thu, 18 Aug 2022 13:40:49 +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 E39CC106F; Thu, 18 Aug 2022 06:40:47 -0700 (PDT) Received: from FVFF77S0Q05N.cambridge.arm.com (FVFF77S0Q05N.cambridge.arm.com [10.1.38.153]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id C91213F70D; Thu, 18 Aug 2022 06:40:45 -0700 (PDT) Date: Thu, 18 Aug 2022 14:40:42 +0100 From: Mark Rutland To: Mark Brown Cc: Will Deacon , Catalin Marinas , linux-arm-kernel@lists.infradead.org, Ard Biesheuvel Subject: Re: [PATCH] arm64/cache: Fix cache_type_cwg() for register generation Message-ID: References: <20220817160246.420734-1-broonie@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220818_064048_378212_BB26B343 X-CRM114-Status: UNSURE ( 8.28 ) 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 Thu, Aug 18, 2022 at 02:33:02PM +0100, Mark Brown wrote: > On Thu, Aug 18, 2022 at 02:20:18PM +0100, Mark Rutland wrote: > > I'm also happy to use SYS_FIELD_GET() directly within cache_type_cwg(), and not > > define CTR_CWG(). > > Sure, that's less problematic and indeed currently going through my > testing. Perfect, thanks! Mark. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel