From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lst.de (verein.lst.de [213.95.11.210]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id AF7C1DDEE4 for ; Tue, 15 May 2007 20:56:42 +1000 (EST) Date: Tue, 15 May 2007 12:56:35 +0200 From: Christoph Hellwig To: Benjamin Herrenschmidt Subject: Re: [RFC/PATCH] powerpc: Rewrite IO allocation & mapping on powerpc64 Message-ID: <20070515105635.GA1258@lst.de> References: <20070514075415.7999BDDEC8@ozlabs.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20070514075415.7999BDDEC8@ozlabs.org> Cc: linuxppc-dev@ozlabs.org, Paul Mackerras , Anton Blanchard List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Some comments: - the comment above __iounmap_at needs some updates - instead of the fake vm_struct in __iounmap_at just changed the calling conventions for unmap_vm_area to take a start and len value - there's only two callers including the powerpc ioremap code for this. At the same time it might also get a better name.