From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.227]) by ozlabs.org (Postfix) with ESMTP id 12F94DDFD2 for ; Sat, 20 Sep 2008 07:47:19 +1000 (EST) Received: by rv-out-0506.google.com with SMTP id f6so575501rvb.9 for ; Fri, 19 Sep 2008 14:47:18 -0700 (PDT) Message-ID: Date: Fri, 19 Sep 2008 14:47:18 -0700 From: vb Sender: vbendeb@gmail.com To: linuxppc-embedded@ozlabs.org Subject: Allocating uncached memory in 2.6.25(powerpc/440) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 List-Id: Linux on Embedded PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , I wonder if anyone can help with some hints in this situation: here is a code fragment to illustrate my question: if ((ai = kmalloc(sizeof(alloc_info_t) + 4 * szw, GFP_ATOMIC | GFP_DMA)) != NULL) { ai->src = FROM_KMALLOC; printk("\n%s:%d %p\n", __FUNCTION__, __LINE__, ai); while(szw) {