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 A727C1007D3 for ; Wed, 14 Dec 2011 14:00:28 +1100 (EST) Message-ID: <1323831619.7671.9.camel@pasglop> Subject: Re: [PATCH] powerpc: Fix swiotlb ops for ppc64 From: Benjamin Herrenschmidt To: Becky Bruce Date: Wed, 14 Dec 2011 14:00:19 +1100 In-Reply-To: References: <1323278391-21849-1-git-send-email-galak@kernel.crashing.org> <1323314600.12793.19.camel@pasglop> <4BCA9D4A-4284-4DE8-95B9-D5DBA9254CC1@kernel.crashing.org> <1323750427.19891.59.camel@pasglop> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Cc: linuxppc-dev list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2011-12-13 at 20:53 -0600, Becky Bruce wrote: > The non-coherent "specialness" is in the dma sync stuff and no, I > don't think the iotlb stuff deals with that properly. > > Do you not have a problem with 1)? If not then I think we can look at > switching over; 2) was more of a secondary thing. So let's switch over, avoid an #ifdef which is always a good thing... Cheers, Ben.