From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rVypL1sPXzDq62 for ; Fri, 17 Jun 2016 08:33:30 +1000 (AEST) Message-ID: <1466116390.24271.27.camel@kernel.crashing.org> Subject: Re: unrecoverable exception on G5 with CONFIG_PPC_EARLY_DEBUG enabled From: Benjamin Herrenschmidt To: Denis Kirjanov , Michael Ellerman Cc: linuxppc-dev , "Aneesh Kumar K.V" Date: Fri, 17 Jun 2016 08:33:10 +1000 In-Reply-To: References: <1465216025.2658.7.camel@ellerman.id.au> <1466078830.19127.0.camel@ellerman.id.au> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2016-06-16 at 22:49 +0300, Denis Kirjanov wrote: > - > +BEGIN_MMU_FTR_SECTION > +       b       2f > +END_MMU_FTR_SECTION_IFSET(MMU_FTR_RADIX) >         andi.   r10,r12,MSR_RI  /* check for unrecoverable exception > */ >         beq-    2f Are we taking an SLB miss before we do the fixup maybe ? Cheers, Ben.