From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from digitaldans.com (digitaldans.com [69.36.177.99]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 19A43B6F64 for ; Thu, 13 Oct 2011 12:08:48 +1100 (EST) Message-Id: From: Dan Malek To: Joakim Tjernlund In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Mime-Version: 1.0 (Apple Message framework v936) Subject: Re: [PATCH 0/3] 8xx: Large page(8MB) support for 2.4 Date: Wed, 12 Oct 2011 18:08:12 -0700 References: <1318246714-5015-1-git-send-email-Joakim.Tjernlund@transmode.se> <39B024CE-70A2-4D32-A29C-5702C7D2D6CF@digitaldans.com> <9CE82FAD-2451-4253-B304-CF8BE5AC8CAC@digitaldans.com> Cc: Scott Wood , linuxppc-dev , Willy Tarreau List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Joakim. On Oct 12, 2011, at 2:36 PM, Joakim Tjernlund wrote: > Dan, where did you go? I figured you would throw yourself at this as > this is > something you been meaning to do yourself for years :) Too many things to do :-) I did have the wired page version that I've been using now and then. I had the bad thought yesterday that we need to check the implementation for coherent memory. It appears we set the pages non-cached, which could cause some trouble. We have to ensure we never access the same physical page with different attributes from the 8M mapping and the single page "coherent" mapping. I'll try to get some testing done. Thanks. -- Dan