From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [203.10.76.45]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mx.ozlabs.org", Issuer "CA Cert Signing Authority" (verified OK)) by bilbo.ozlabs.org (Postfix) with ESMTPS id 1A2A9B7115 for ; Tue, 23 Jun 2009 15:24:49 +1000 (EST) Received: from yow.seanm.ca (toronto-hs-216-138-233-67.s-ip.magma.ca [216.138.233.67]) by ozlabs.org (Postfix) with SMTP id E1D26DDD1C for ; Tue, 23 Jun 2009 15:24:46 +1000 (EST) Date: Tue, 23 Jun 2009 01:24:42 -0400 From: Sean MacLennan To: Benjamin Herrenschmidt Subject: Re: Badness on the Warp Message-ID: <20090623012442.11ab5eff@lappy.seanm.ca> In-Reply-To: <1245623104.16880.26.camel@pasglop> References: <20090620154824.72b5cd50@lappy.seanm.ca> <200906202256.46073.elendil@planet.nl> <20090620194250.5a3e826f@lappy.seanm.ca> <200906210628.35553.elendil@planet.nl> <84144f020906210320n2984807dw2d4b4fb38afd22cf@mail.gmail.com> <1245623104.16880.26.camel@pasglop> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Frans Pop , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, Pekka Enberg , Paul Mackerras , David Gibson List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 22 Jun 2009 08:25:04 +1000 Benjamin Herrenschmidt wrote: > Kumar already submitted a couple, Frans, feel free to beat me > at converting UIC (just use kmalloc directly in there instead > of alloc_bootmem). I replace the bootmem_alloc with a kzalloc and the badness went away. So it looks like, for my config anyway, that solves the problem. Cheers, Sean