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. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757417AbYGII7V (ORCPT ); Wed, 9 Jul 2008 04:59:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754278AbYGII7H (ORCPT ); Wed, 9 Jul 2008 04:59:07 -0400 Received: from gate.crashing.org ([63.228.1.57]:33020 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754238AbYGII7G (ORCPT ); Wed, 9 Jul 2008 04:59:06 -0400 Subject: Re: AZFS file system proposal From: Benjamin Herrenschmidt Reply-To: benh@kernel.crashing.org To: Arnd Bergmann Cc: Maxim Shchetynin , linux-fsdevel@vger.kernel.org, linuxppc-dev@ozlabs.org, linux-kernel@vger.kernel.org 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 X-Mailer: Evolution 2.22.2 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.