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)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id C7B55DDE10 for ; Fri, 28 Sep 2007 19:34:45 +1000 (EST) Subject: Re: [PATCH 1/7] PowerPC64: Not to insert EA=0 entry at From: Benjamin Herrenschmidt To: Ishizaki Kou In-Reply-To: <20070928.170401.-1300520897.kouish@swc.toshiba.co.jp> References: <20070928.170401.-1300520897.kouish@swc.toshiba.co.jp> Content-Type: text/plain Date: Fri, 28 Sep 2007 19:29:04 +1000 Message-Id: <1190971744.6158.79.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, paulus@samba.org, arnd@arndb.de Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2007-09-28 at 17:04 +0900, Ishizaki Kou wrote: > Commit edd0622bd2e8f755c960827e15aa6908c3c5aa94 seems to break the > kernel and commit 175587cca7447daf5a13e4a53d32360ed8cba804 backs out > the symptom. Calling slb_flush_and_rebolt() at slb_initialize() > function breaks the SLB table since it is called before setting up > PACA. > > Thank you for your hint. Ah yes, there was a temporary breakage there that got fixed indeed, I remember. Cheers, Ben.