From: Paul Mackerras <paulus@samba.org>
To: Dave Jones <davej@redhat.com>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
Michael Ellerman <michael@ellerman.id.au>
Subject: Re: [PATCH] powerpc: Move pSeries firmware feature setup into platforms/pseries
Date: Thu, 30 Mar 2006 09:58:01 +1100 [thread overview]
Message-ID: <17451.4345.531029.950930@cargo.ozlabs.ibm.com> (raw)
In-Reply-To: <20060329220701.GE452@redhat.com>
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.
next prev parent reply other threads:[~2006-03-29 22:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200603230714.k2N7EmH1021685@hera.kernel.org>
2006-03-29 19:52 ` Dave Jones
2006-03-29 22:00 ` Paul Mackerras
2006-03-29 22:07 ` Dave Jones
2006-03-29 22:58 ` Paul Mackerras [this message]
2006-03-29 23:11 ` Dave Jones
2006-03-29 22:39 ` Michael Ellerman
2006-03-29 22:51 ` Dave Jones
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=17451.4345.531029.950930@cargo.ozlabs.ibm.com \
--to=paulus@samba.org \
--cc=davej@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=michael@ellerman.id.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome