From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3yFvBd0CXCzDrFy for ; Mon, 16 Oct 2017 21:07:19 +1100 (AEDT) Received: from pps.filterd (m0098399.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.21/8.16.0.21) with SMTP id v9GA7FDd030725 for ; Mon, 16 Oct 2017 06:07:15 -0400 Received: from e06smtp11.uk.ibm.com (e06smtp11.uk.ibm.com [195.75.94.107]) by mx0a-001b2d01.pphosted.com with ESMTP id 2dmpav3a35-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Mon, 16 Oct 2017 06:07:15 -0400 Received: from localhost by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 16 Oct 2017 11:07:07 +0100 Subject: Re: [PATCH] cxl: Rename register PSL9_FIR2 to PSL9_FIR_MASK To: Vaibhav Jain , linuxppc-dev@lists.ozlabs.org, Frederic Barrat Cc: Philippe Bergheaud , "Alastair D'Silva" , Andrew Donnellan , Christophe Lombard References: <20171009175627.4829-1-vaibhav@linux.vnet.ibm.com> From: christophe lombard Date: Mon, 16 Oct 2017 12:07:02 +0200 MIME-Version: 1.0 In-Reply-To: <20171009175627.4829-1-vaibhav@linux.vnet.ibm.com> Content-Type: text/plain; charset=utf-8; format=flowed Message-Id: <3bbc72c4-a39b-7080-7fa9-574ed9f2c3f0@linux.vnet.ibm.com> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Le 09/10/2017 à 19:56, Vaibhav Jain a écrit : > PSL9 doesn't have a FIR2 register as was the case with PSL8. However > currently the register definitions in 'cxl.h' have a definition for > PSL9_FIR2 that actually points to PSL9_FIR_MASK register in the P1 > area at offset 0x308. > > So this patch renames the def PSL9_FIR2 to PSL9_FIR_MASK and updates > the references in the code to point to the new identifier. It also > removes the code to dump contents of FIR2 (FIR_MASK actually) in > cxl_native_irq_dump_regs_psl9(). > > Fixes: f24be42aab37("cxl: Add psl9 specific code") > Reported-by: Frederic Barrat > Signed-off-by: Vaibhav Jain > --- > Thanks Acked-by:  Christophe Lombard