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 3wpdxp4fRKzDq68 for ; Fri, 16 Jun 2017 08:50:22 +1000 (AEST) In-Reply-To: <1497399565.2897.23.camel@kernel.crashing.org> To: Benjamin Herrenschmidt , linuxppc-dev From: Michael Ellerman Cc: Michael Ellerman Subject: Re: powerpc/xive: Fix offset for store EOI MMIOs Message-Id: <3wpdxp3ncdz9s4q@ozlabs.org> Date: Fri, 16 Jun 2017 08:50:22 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2017-06-14 at 00:19:25 UTC, Benjamin Herrenschmidt wrote: > Architecturally we should apply a 0x400 offset for these. Not doing > it will break future HW implementations. > > Signed-off-by: Benjamin Herrenschmidt Applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/25642705b2359a705784bbbf1655c2 cheers