From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3yWlyy0hr5zDr62 for ; Wed, 8 Nov 2017 10:30:18 +1100 (AEDT) In-Reply-To: <20171018091647.B9E9F6872C@po15668-vm-win7.idsi0.si.c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras , Scott Wood From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: powerpc: ipic - fix status get and status clear Message-Id: <3yWlyw2fjXz9sNw@ozlabs.org> Date: Wed, 8 Nov 2017 10:30:16 +1100 (AEDT) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2017-10-18 at 09:16:47 UTC, Christophe Leroy wrote: > IPIC Status is provided by register IPIC_SERSR and not by IPIC_SERMR > which is the mask register. > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/6b148a7ce72a7f87c81cbcde48af01 cheers