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 172A2DDEC1 for ; Fri, 15 Jun 2007 09:43:58 +1000 (EST) From: Arnd Bergmann To: linuxppc-dev@ozlabs.org Subject: Re: [patch 05/30 v2] PS3: Use ioremap_flags Date: Fri, 15 Jun 2007 01:43:29 +0200 References: <20070612181825.730300780@am.sony.com> <466EE965.404@am.sony.com> <467190F4.4000307@am.sony.com> In-Reply-To: <467190F4.4000307@am.sony.com> MIME-Version: 1.0 Message-Id: <200706150143.29765.arnd@arndb.de> Content-Type: text/plain; charset="iso-8859-1" Cc: Masato Noguchi , Geert Uytterhoeven , paulus@samba.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thursday 14 June 2007, Geoff Levand wrote: > Use ioremap_flags() to map SPU and htab regions as non-guarded. > Change the use of _ioremap() to ioremap_flags(). > > CC: Arnd Bergmann > CC: Masato Noguchi > CC: Takao Shinohara > Signed-off-by: Geert Uytterhoeven > Signed-off-by: Geoff Levand Acked-by: Arnd Bergmann