From: Johannes Berg <johannes@sipsolutions.net>
To: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Cc: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com,
x86@kernel.org, linux-kernel@vger.kernel.org,
andi@firstfloor.org, netdev@vger.kernel.org
Subject: Re: [PATCH v2] [arch-x86] Allow SRAT integrity check to be skipped
Date: Thu, 02 Sep 2010 13:33:12 +0200 [thread overview]
Message-ID: <1283427192.3793.100.camel@jlt3.sipsolutions.net> (raw)
In-Reply-To: <20100901225937.18457.16372.stgit@localhost.localdomain>
On Wed, 2010-09-01 at 15:59 -0700, Peter P Waskiewicz Jr wrote:
> +static int srat_bypass_bios;
> +
> +static int __init srat_bypass_bios_setup(char *str)
> +{
> + srat_bypass_bios = 1;
> + return 0;
> +}
> +early_param("sratbypassbios", srat_bypass_bios_setup);
> +
> /* Use the information discovered above to actually set up the nodes. */
> int __init acpi_scan_nodes(unsigned long start, unsigned long end)
> {
I wonder, since all the things using the variable are __init, could it
be as well? Just curious really.
johannes
next prev parent reply other threads:[~2010-09-02 11:33 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-01 22:59 Peter P Waskiewicz Jr
2010-09-02 11:33 ` Johannes Berg [this message]
2010-09-02 19:39 ` Peter P Waskiewicz Jr
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=1283427192.3793.100.camel@jlt3.sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=andi@firstfloor.org \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=peter.p.waskiewicz.jr@intel.com \
--cc=tglx@linutronix.de \
--cc=x86@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
Powered by JetHome