From: Tejun Heo <tj@kernel.org>
To: Ingo Molnar <mingo@elte.hu>
Cc: Jan Beulich <JBeulich@novell.com>,
"H. Peter Anvin" <hpa@zytor.com>,
Thomas Gleixner <tglx@linutronix.de>,
Linux Kernel <linux-kernel@vger.kernel.org>,
the arch/x86 maintainers <x86@kernel.org>,
suresh.b.siddha@intel.com, Andi Kleen <andi@firstfloor.org>
Subject: Re: [PATCH 2.6.30-rc7] x86: remove remap percpu allocator for the time being
Date: Mon, 25 May 2009 13:16:08 +0900 [thread overview]
Message-ID: <4A1A1B88.6070305@kernel.org> (raw)
In-Reply-To: <20090525033920.GD20687@elte.hu>
Ingo Molnar wrote:
> * Ingo Molnar <mingo@elte.hu> wrote:
>
>>> @@ -365,9 +249,7 @@ void __init setup_per_cpu_areas(void)
>>> * of large page mappings. Please read comments on top of
>>> * each allocator for details.
>>> */
>>> - ret = setup_pcpu_remap(static_size);
>>> - if (ret < 0)
>>> - ret = setup_pcpu_embed(static_size);
>>> + ret = setup_pcpu_embed(static_size);
>>> if (ret < 0)
>>> ret = setup_pcpu_4k(static_size);
>>> if (ret < 0)
>> Please send a patch that only does the above chunk in essence. We
>> can deal with the rest in .31.
>
> I've committed the minimal patch below.
Yeap, that works too.
Thanks.
--
tejun
next prev parent reply other threads:[~2009-05-25 4:16 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-25 3:01 [PATCH 2.6.30-rc7] x86: remove remap percpu allocator for the time being Tejun Heo
2009-05-25 3:34 ` Ingo Molnar
2009-05-25 3:39 ` Ingo Molnar
2009-05-25 4:16 ` Tejun Heo [this message]
2009-05-25 3:40 ` [tip:x86/urgent] x86: Remove " tip-bot for Tejun Heo
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=4A1A1B88.6070305@kernel.org \
--to=tj@kernel.org \
--cc=JBeulich@novell.com \
--cc=andi@firstfloor.org \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@elte.hu \
--cc=suresh.b.siddha@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.