From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cambridgebroadband.com (unknown [217.204.121.83]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 32F97679F8 for ; Wed, 1 Jun 2005 20:53:49 +1000 (EST) Received: from zambia.cambridgebroadband.com (cbluk-gw0.cambridgebroadband.com [217.204.121.82]) by cambridgebroadband.com (8.12.8/8.12.8) with SMTP id j51AriBk025809 for ; Wed, 1 Jun 2005 11:53:44 +0100 Date: Wed, 1 Jun 2005 11:53:44 +0100 From: Alex Zeffertt To: linuxppc-embedded@ozlabs.org Message-Id: <20050601115344.6eda3d19.ajz@cambridgebroadband.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Subject: How to allocate uncached memory on 82xx? List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi all, Can anybody tell me how to make uncached a region of memory on the PowerQUICCII (MPC8280). The region is allocated with kmalloc(size,GFP_KERNEL | GFP_DMA); TIA, Alex