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 4D7BBDDEE3 for ; Sun, 27 May 2007 08:17:58 +1000 (EST) Subject: Re: [patch 1/7] ps3: Preallocate bootmem memory for the PS3 FLASH ROM storage driver From: Benjamin Herrenschmidt To: Geert Uytterhoeven In-Reply-To: References: <20070525083607.784351000@sonycom.com> <20070525083632.177254000@sonycom.com> <1180132539.19517.2.camel@localhost.localdomain> Content-Type: text/plain Date: Sun, 27 May 2007 08:17:50 +1000 Message-Id: <1180217870.19517.39.camel@localhost.localdomain> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, 2007-05-26 at 10:51 +0200, Geert Uytterhoeven wrote: > > I know. > > Do you know another way to allocate an aligned chunk of 256 KiB of > physically > contiguous memory, possibly a long time after boot up? kmalloc & a good prayer ? :-0 Ben.