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 8AD76DDF5B for ; Wed, 9 Jul 2008 18:59:03 +1000 (EST) Subject: Re: AZFS file system proposal From: Benjamin Herrenschmidt To: Arnd Bergmann In-Reply-To: <200807011659.33413.arnd@arndb.de> References: <20080618160629.6cd749a8@mercedes-benz.boeblingen.de.ibm.com> <200807011659.33413.arnd@arndb.de> Content-Type: text/plain Date: Wed, 09 Jul 2008 18:58:38 +1000 Message-Id: <1215593918.8970.363.camel@pasglop> Mime-Version: 1.0 Cc: linux-fsdevel@vger.kernel.org, linuxppc-dev@ozlabs.org, Maxim Shchetynin , linux-kernel@vger.kernel.org Reply-To: benh@kernel.crashing.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2008-07-01 at 16:59 +0200, Arnd Bergmann wrote: > I wouldn't hold up merging the file system for this problem, but > until it is solved, the Kconfig entry should probably have > a "depends on PPC". Better, use an ifdef for powerpc flags, and #else to pgprot_noncached. Ben.