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 2F42868135 for ; Fri, 10 Nov 2006 18:45:41 +1100 (EST) Subject: Re: [PATCH] powerpc: Fix cell "new style" mapping and add debug From: Benjamin Herrenschmidt To: Arnd Bergmann In-Reply-To: <1163131880.4982.107.camel@localhost.localdomain> References: <1163131880.4982.107.camel@localhost.localdomain> Content-Type: text/plain Date: Fri, 10 Nov 2006 18:45:27 +1100 Message-Id: <1163144727.4982.146.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 2006-11-10 at 15:11 +1100, Benjamin Herrenschmidt wrote: > This patch fixes a typo in the "new style" code for mapping SPE > resources, which causes it to try to map 4 times the same resource. > > It also adds some pr_debug's that are useful to track down issues with > the firmware when bringinh up new machines. > > Signed-off-by: Benjamin Herrenschmidt > -- Note that this patch is included in the serie I'm just posting. Ben.