From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [203.11.71.1]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 41ptdR2ZqQzF0bq for ; Mon, 13 Aug 2018 21:23:23 +1000 (AEST) In-Reply-To: <20180810064249.13724-1-npiggin@gmail.com> To: Nicholas Piggin , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: "Gautham R . Shenoy" , Mahesh Jagannath Salgaonkar , Nicholas Piggin , kvm-ppc@vger.kernel.org, "Aneesh Kumar K.V" , Akshay Adiga Subject: Re: [v2, 1/2] powerpc/64s: move machine check SLB flushing to mm/slb.c Message-Id: <41ptdR0NJrz9sCS@ozlabs.org> Date: Mon, 13 Aug 2018 21:23:22 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2018-08-10 at 06:42:48 UTC, Nicholas Piggin wrote: > The machine check code that flushes and restores bolted segments in > real mode belongs in mm/slb.c. This will also be used by pseries > machine check and idle code in future changes. > > Signed-off-by: Nicholas Piggin Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/e7e81847478b37a3958a3163171bf6 cheers