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 ESMTPS id 5BC74DDEE9 for ; Thu, 2 Apr 2009 15:55:05 +1100 (EST) Subject: Re: Problem with module_init? From: Benjamin Herrenschmidt To: Sean MacLennan In-Reply-To: <20090402005126.1b30dacd@lappy.seanm.ca> References: <20090331143742.083c6cb0@lappy.seanm.ca> <20090331231153.256d1bf4@lappy.seanm.ca> <20090401112756.GA14171@yoda.jdub.homelinux.org> <1238624683.17330.138.camel@pasglop> <20090402000803.087600da@lappy.seanm.ca> <1238646362.17330.186.camel@pasglop> <20090402003905.317431e5@lappy.seanm.ca> <20090402005126.1b30dacd@lappy.seanm.ca> Content-Type: text/plain Date: Thu, 02 Apr 2009 15:54:58 +1100 Message-Id: <1238648098.17330.187.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 2009-04-02 at 00:51 -0400, Sean MacLennan wrote: > On Thu, 2 Apr 2009 00:39:05 -0400 > "Sean MacLennan" wrote: > > > Although, that *could* be unrelated bug. > > It *is* an unrelated bug. dma_alloc_coherent now requires a device > where before it was optional. Carry on. Right, that's new in .30 Cheers, Ben. > Cheers, > Sean