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 ESMTP id F2C21DDEE3 for ; Mon, 14 May 2007 17:59:06 +1000 (EST) Subject: Re: [RFC/PATCH] powerpc: Rewrite IO allocation & mapping on powerpc64 From: Benjamin Herrenschmidt To: linuxppc-dev@ozlabs.org In-Reply-To: <20070514075415.7999BDDEC8@ozlabs.org> References: <20070514075415.7999BDDEC8@ozlabs.org> Content-Type: text/plain Date: Mon, 14 May 2007 17:59:00 +1000 Message-Id: <1179129541.32247.79.camel@localhost.localdomain> Mime-Version: 1.0 Cc: Paul Mackerras , Anton Blanchard List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Note that it depends on a patch I posted earlier today to add a > prototype for __vunmap to include/linux/vmalloc.h Actually it's me being stupid, I can just use vunmap() without underscores :-) Oh well, you can still review the patch, I'll add that fix to future versions. Ben.