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 A8A4EDDEEE for ; Tue, 5 Aug 2008 18:11:39 +1000 (EST) Subject: Re: [PATCH] powerpc/mm: Fix attribute confusion with htab_bolt_mapping() From: Benjamin Herrenschmidt To: Stephen Rothwell In-Reply-To: <20080805172803.1c556b37.sfr@canb.auug.org.au> References: <20080805062012.2A161DDE1A@ozlabs.org> <20080805172803.1c556b37.sfr@canb.auug.org.au> Content-Type: text/plain Date: Tue, 05 Aug 2008 18:11:27 +1000 Message-Id: <1217923887.24157.166.camel@pasglop> Mime-Version: 1.0 Cc: linuxppc-dev@ozlabs.org, Paul Mackerras 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-08-05 at 17:28 +1000, Stephen Rothwell wrote: > Hi Ben, > > Just a trivial note .. > > On Tue, 05 Aug 2008 16:19:56 +1000 Benjamin Herrenschmidt wrote: > > > > +++ linux-work/arch/powerpc/mm/hash_utils_64.c 2008-08-05 16:09:47.000000000 +1000 > > @@ -18,7 +18,7 @@ > > * 2 of the License, or (at your option) any later version. > > */ > > > > -#undef DEBUG > > +#define DEBUG > > You will turn this off again before it goes into Paulus' tree, right? :-) Ahah ! Good catch :-) Yup, I will. I forgot to add RFC in fact, as this is what that patch is at least for today. I need to run a few more tests tomorrow before paulus merges it. Cheers, Ben.