Re: [PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseries

From: Dave Jones
Date: Wed Mar 29 2006 - 18:08:22 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/