From: Ingo Molnar <mingo@elte.hu>
To: Russ Anderson <rja@sgi.com>, Ying Huang <ying.huang@intel.com>
Cc: linux-kernel@vger.kernel.org, tglx@linutronix.de,
"H. Peter Anvin" <hpa@zytor.com>, Jack Steiner <steiner@sgi.com>
Subject: Re: [PATCH 1/4] x86: Add UV EFI table entry
Date: Tue, 23 Sep 2008 13:07:56 +0200 [thread overview]
Message-ID: <20080923110756.GE29021@elte.hu> (raw)
In-Reply-To: <20080922210829.GD222374@sgi.com>
(Cc:-ed Ying Huang.)
* Russ Anderson <rja@sgi.com> wrote:
> [PATCH 1/4] Add UV EFI table entry
>
> Look for a SAL entry in the EFI tables.
>
> Signed-off-by: Russ Anderson <rja@sgi.com>
> Signed-off-by: Paul Jackson <pj@sgi.com>
>
> ---
> arch/x86/kernel/efi.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> Index: linux/arch/x86/kernel/efi.c
> ===================================================================
> --- linux.orig/arch/x86/kernel/efi.c 2008-09-22 16:01:00.000000000 -0500
> +++ linux/arch/x86/kernel/efi.c 2008-09-22 16:01:07.000000000 -0500
> @@ -367,6 +367,10 @@ void __init efi_init(void)
> efi.smbios = config_tables[i].table;
> printk(" SMBIOS=0x%lx ", config_tables[i].table);
> } else if (!efi_guidcmp(config_tables[i].guid,
> + SAL_SYSTEM_TABLE_GUID)) {
> + efi.sal_systab = config_tables[i].table;
> + printk(" SALsystab=0x%lx ", config_tables[i].table);
> + } else if (!efi_guidcmp(config_tables[i].guid,
> HCDP_TABLE_GUID)) {
> efi.hcdp = config_tables[i].table;
> printk(" HCDP=0x%lx ", config_tables[i].table);
> --
> Russ Anderson, OS RAS/Partitioning Project Lead
> SGI - Silicon Graphics Inc rja@sgi.com
next prev parent reply other threads:[~2008-09-23 11:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-22 21:08 [PATCH 1/4] x86: Add UV EFI table entry Russ Anderson
2008-09-23 11:07 ` Ingo Molnar [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-08-22 21:51 Russ Anderson
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=20080923110756.GE29021@elte.hu \
--to=mingo@elte.hu \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rja@sgi.com \
--cc=steiner@sgi.com \
--cc=tglx@linutronix.de \
--cc=ying.huang@intel.com \
/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