From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56037) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f6elX-00005E-Dz for qemu-devel@nongnu.org; Thu, 12 Apr 2018 12:08:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f6elW-0006wT-Fe for qemu-devel@nongnu.org; Thu, 12 Apr 2018 12:08:03 -0400 Received: from mail-ot0-x242.google.com ([2607:f8b0:4003:c0f::242]:39443) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f6elW-0006ve-An for qemu-devel@nongnu.org; Thu, 12 Apr 2018 12:08:02 -0400 Received: by mail-ot0-x242.google.com with SMTP id a14-v6so6614092otf.6 for ; Thu, 12 Apr 2018 09:08:02 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1521232280-13089-3-git-send-email-alindsay@codeaurora.org> References: <1521232280-13089-1-git-send-email-alindsay@codeaurora.org> <1521232280-13089-3-git-send-email-alindsay@codeaurora.org> From: Peter Maydell Date: Thu, 12 Apr 2018 17:07:41 +0100 Message-ID: Content-Type: text/plain; charset="UTF-8" Subject: Re: [Qemu-devel] [PATCH v3 02/22] target/arm: A15 PMCEID0 initialization style nit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aaron Lindsay Cc: qemu-arm , Alistair Francis , Wei Huang , Peter Crosthwaite , QEMU Developers , Michael Spradling , Digant Desai On 16 March 2018 at 20:31, Aaron Lindsay wrote: > Signed-off-by: Aaron Lindsay > --- > target/arm/cpu.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/target/arm/cpu.c b/target/arm/cpu.c > index 022d8c5..072cbbf 100644 > --- a/target/arm/cpu.c > +++ b/target/arm/cpu.c > @@ -1524,7 +1524,7 @@ static void cortex_a15_initfn(Object *obj) > cpu->id_pfr0 = 0x00001131; > cpu->id_pfr1 = 0x00011011; > cpu->id_dfr0 = 0x02010555; > - cpu->pmceid0 = 0x0000000; > + cpu->pmceid0 = 0x00000000; > cpu->pmceid1 = 0x00000000; > cpu->id_afr0 = 0x00000000; > cpu->id_mmfr0 = 0x10201105; Reviewed-by: Peter Maydell thanks -- PMM