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@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseries
- From: Dave Jones <davej@redhat.com>
- Re: [PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseries
- References:
- Re: [PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseries
- From: Dave Jones <davej@redhat.com>
- Re: [PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseries
- From: Paul Mackerras <paulus@samba.org>
- Re: [PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseries
- From: Dave Jones <davej@redhat.com>
- Re: [PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseries
- Prev by Date: RE: Fix unlock_buffer() to work the same way as bit_unlock()
- Next by Date: [git patches] net driver updates
- Previous by thread: Re: [PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseries
- Next by thread: Re: [PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseries
- Index(es):
![]() |