Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751223AbWC2XLX (ORCPT ); Wed, 29 Mar 2006 18:11:23 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751222AbWC2XLX (ORCPT ); Wed, 29 Mar 2006 18:11:23 -0500 Received: from mx1.redhat.com ([66.187.233.31]:61623 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1751223AbWC2XLW (ORCPT ); Wed, 29 Mar 2006 18:11:22 -0500 Date: Wed, 29 Mar 2006 18:11:00 -0500 From: Dave Jones To: Paul Mackerras Cc: Linux Kernel Mailing List , Michael Ellerman Subject: Re: [PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseries Message-ID: <20060329231100.GI452@redhat.com> Mail-Followup-To: Dave Jones , Paul Mackerras , Linux Kernel Mailing List , Michael Ellerman References: <200603230714.k2N7EmH1021685@hera.kernel.org> <20060329195212.GA19236@redhat.com> <17451.866.287446.68155@cargo.ozlabs.ibm.com> <20060329220701.GE452@redhat.com> <17451.4345.531029.950930@cargo.ozlabs.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17451.4345.531029.950930@cargo.ozlabs.ibm.com> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 889 Lines: 29 On Thu, Mar 30, 2006 at 09:58:01AM +1100, Paul Mackerras wrote: > Dave Jones writes: > > > See firmware_has_feature() in include/asm-powerpc/firmware.h > > In my clone of Linus' linux-2.6 tree, it looks like this: > > #define firmware_has_feature(feature) \ > ((FW_FEATURE_ALWAYS & (feature)) || \ > (FW_FEATURE_POSSIBLE & powerpc_firmware_features & (feature))) > > Perhaps you need to do another pull? Ah, it hadn't made it into a -git release yet. git17 was still busted. I see the commit on the commits-list though, so I'll just twiddle my thumbs until git18 :-) thanks, Dave -- http://www.codemonkey.org.uk - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/