Re: [PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseries
From: Paul Mackerras
Date: Wed Mar 29 2006 - 17:55:14 EST
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?
Paul.
-
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/