From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: <66164fbc0501190353265167b0@mail.gmail.com> Date: Wed, 19 Jan 2005 17:23:42 +0530 From: Sachin P To: Linuxppc-embedded@ozlabs.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: consistent_alloc() on PPC Reply-To: Sachin P List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi , I am facing some problems porting my drivers to the PPC platform . Am currently using consistent_alloc() and consistent_free() to allocate/free (non-cached) DMA ble memory. Is there any function/patch/macro, equivalent to phy_to_virt()/virt_to_phy() for memory returned by consistent_alloc()? Regards sachin