From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9517 invoked by alias); 22 Jul 2019 10:32:10 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 9496 invoked by uid 89); 22 Jul 2019 10:32:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=0.6 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: foss.arm.com Received: from foss.arm.com (HELO foss.arm.com) (217.140.110.172) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 22 Jul 2019 10:32:06 +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 6530E28; Mon, 22 Jul 2019 03:32:04 -0700 (PDT) Received: from arrakis.emea.arm.com (arrakis.cambridge.arm.com [10.1.196.78]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 2AB603F71A; Mon, 22 Jul 2019 03:32:03 -0700 (PDT) Date: Mon, 22 Jul 2019 10:32:00 -0000 From: Catalin Marinas To: Dave Martin Cc: linux-arm-kernel@lists.infradead.org, gdb@sourceware.org, Alex =?iso-8859-1?Q?Benn=E9e?= , Will Deacon , Julien Grall , Peter Maydell , Zhang Lei , Alan Hayward Subject: Re: [PATCH v2 3/3] arm64/sve: Fix a couple of magic numbers for the Z-reg count Message-ID: <20190722103200.GB60625@arrakis.emea.arm.com> References: <1560355234-25516-1-git-send-email-Dave.Martin@arm.com> <1560355234-25516-4-git-send-email-Dave.Martin@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1560355234-25516-4-git-send-email-Dave.Martin@arm.com> User-Agent: Mutt/1.10.1 (2018-07-13) X-SW-Source: 2019-07/txt/msg00012.txt.bz2 On Wed, Jun 12, 2019 at 05:00:34PM +0100, Dave P Martin wrote: > There are some hand-written instances of "32" to express the number > of SVE Z-registers. > > Since this code was written a #define was added for this, so > convert trivial instances of this magic number as appropriate. > > No functional change. > > Signed-off-by: Dave Martin Same here, Will can queue this for -rc2. Acked-by: Catalin Marinas