From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 9 Sep 2013 16:01:25 +1000 From: Paul Mackerras To: Mahesh J Salgaonkar Subject: Re: [RFC PATCH v3 08/12] powerpc/book3s: Flush SLB/TLBs if we get SLB/TLB machine check errors on power8. Message-ID: <20130909060124.GH6248@drongo> References: <20130826192616.2855.18749.stgit@mars> <20130826193220.2855.33875.stgit@mars> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20130826193220.2855.33875.stgit@mars> Cc: linuxppc-dev , Jeremy Kerr , Anton Blanchard List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Aug 27, 2013 at 01:02:20AM +0530, Mahesh J Salgaonkar wrote: > From: Mahesh Salgaonkar > > This patch handles the memory errors on power8. If we get a machine check > exception due to SLB or TLB errors, then flush SLBs/TLBs and reload SLBs to > recover. > > Signed-off-by: Mahesh Salgaonkar Acked-by: Paul Mackerras