From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3yHbzD5vZvzDqBd for ; Thu, 19 Oct 2017 15:48:24 +1100 (AEDT) In-Reply-To: <20171009175627.4829-1-vaibhav@linux.vnet.ibm.com> To: Vaibhav Jain , linuxppc-dev@lists.ozlabs.org, Frederic Barrat From: Michael Ellerman Cc: Philippe Bergheaud , Alastair D'Silva , Vaibhav Jain , Andrew Donnellan , Christophe Lombard Subject: Re: cxl: Rename register PSL9_FIR2 to PSL9_FIR_MASK Message-Id: <3yHbzD3Mygz9tXK@ozlabs.org> Date: Thu, 19 Oct 2017 15:48:24 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2017-10-09 at 17:56:27 UTC, Vaibhav Jain wrote: > 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 > Acked-by: Frederic Barrat Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/8f6a90421c7637984fb352da079fb1 cheers