From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.187]) by ozlabs.org (Postfix) with ESMTP id 7FF34DDE27 for ; Thu, 6 Dec 2007 10:41:40 +1100 (EST) From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: [PATCH 6/7] Remove the global dma_direct_offset Date: Thu, 6 Dec 2007 00:41:32 +0100 References: <854cf7522a012469ff1af0b90e874cb96c4d1a37.1196839256.git.michael@ellerman.id.au> In-Reply-To: <854cf7522a012469ff1af0b90e874cb96c4d1a37.1196839256.git.michael@ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200712060041.32572.arnd@arndb.de> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wednesday 05 December 2007, Michael Ellerman wrote: > We no longer need the global dma_direct_offset, update the comment to > reflect the new reality. > > Signed-off-by: Michael Ellerman Acked-by: Arnd Bergmann