From: Aaron Young <ayoung@google.engr.sgi.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [PATCH] fix prom revision checks in SN kernel
Date: Tue, 27 Jun 2006 21:24:36 +0000 [thread overview]
Message-ID: <200606272124.OAA03883@google.engr.sgi.com> (raw)
In-Reply-To: <200606271946.MAA19328@google.engr.sgi.com>
Yeah, I didn't go for any clean up. We *shouldn't* be adding
any more explicit prom rev. checks to the code because we
now have an interface to check for prom "features" - see
sn_prom_feature_available().
Unfortunately these checks were added before the interface
was available and therefore the checks have to stay.
I can still do some clean up if preferred.
-Aaron
>
> + if (is_shub1() && version <= 0x0209 && acpi_kbd_controller_present) {
> ...
> + if (is_shub1() && sn_sal_rev() < 0x0406) {
> ...
> + if (is_shub1() && sn_sal_rev() < SGI_HOTPLUG_PROM_REV) {
>
>
> Is it time to come up with a more elegant way of doing this? One
> place you have a define for the special revision, others you hard-wire
> the hex numbers. Possibly at some point in the future you might
> have some dividing line in prom revisions for shub2 systems, so
> if you continue in this path the tests will just get uglier.
>
> Maybe some inline functions that hide things:
>
> if (sn_sal_supports_fadt() && acpi_kbd_controller_present) {
>
> if (sn_sal_supports_tioca()) {
>
> if (sn_sal_support_hotplug()) {
>
> -Tony
> -
> To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
next prev parent reply other threads:[~2006-06-27 21:24 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-27 19:46 [PATCH] fix prom revision checks in SN kernel Aaron Young
2006-06-27 21:00 ` Luck, Tony
2006-06-27 21:24 ` Aaron Young [this message]
2006-06-27 21:54 ` Luck, Tony
2006-06-27 22:09 ` Aaron Young
2006-06-27 22:16 ` Luck, Tony
2006-06-28 10:44 ` Prarit Bhargava
2006-06-28 10:50 ` Prarit Bhargava
2006-06-28 11:08 ` Prarit Bhargava
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=200606272124.OAA03883@google.engr.sgi.com \
--to=ayoung@google.engr.sgi.com \
--cc=linux-ia64@vger.kernel.org \
/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