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 23B77DDE25 for ; Thu, 27 Sep 2007 18:19:00 +1000 (EST) Subject: Re: [PATCH 1/7] PowerPC64: Not to insert EA=0 entry at From: Benjamin Herrenschmidt To: kou.ishizaki@toshiba.co.jp In-Reply-To: <20070927.170139.-1300534448.kouish@swc.toshiba.co.jp> References: <20070927.170139.-1300534448.kouish@swc.toshiba.co.jp> Content-Type: text/plain Date: Thu, 27 Sep 2007 18:18:52 +1000 Message-Id: <1190881132.6158.4.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 Thu, 2007-09-27 at 17:01 +0900, kou.ishizaki@toshiba.co.jp wrote: > > Celleb does not set get_paca()->kstack properly (I don't know which > function should set it up), so we need to workaround. paca->kstack is set in asm (via the PACAKSAVE macro), from either __secondary_start for non-boot CPUs or from start_here_common for the boot CPU. slb_flush_and_rebolt() should not be called before that happens. How do you end up with kstack set to 0 ? Ben.