public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: Robin Holt <holt@sgi.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [PATH] Reduce per_cpu allocations to minimum needed for boot
Date: Fri, 08 Feb 2008 23:20:36 +0000	[thread overview]
Message-ID: <20080208232036.GL3875@sgi.com> (raw)
In-Reply-To: <20080208225015.GK3875@sgi.com>

On Fri, Feb 08, 2008 at 03:10:25PM -0800, Luck, Tony wrote:
> > This patch could be using the cpu_possible_map instead of our own.
> > I was reluctant to do that, but there is nothing that prevents it.
> > Does anybody have an opinion?
> 
> I hate to see duplication ... your new "early_cpu_possible_map" should
> just end up with the same contents as "cpu_possible_map" ... won't it?
> 
> Is there some downside to using your new code to initialize the
> existing cpu_possible_map?
> 

Not that I can think of.  The early_cpu_possible_map will be a superset
of the cpu_possible_map.  If the machine does not have numa acpi
information, we will default to (currently 4 cpus) and initialize those
on node 0.  We will then later only set the actual number in the
cpu_possible_map.  There would be nothing (other than the lacking
hardware) which differentiates these processors from ones in the
cpu_possible_map.  If you would like to go with the cpu_possible_map, I
will happily do some testing with that over the weekend.

Could I get some direction on the number of cpus to define when there
are no numa tables?  Do you know what the hardware limitation is for
number of processors on a FSB?

Thanks,
Robin

  parent reply	other threads:[~2008-02-08 23:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-08 22:50 [PATH] Reduce per_cpu allocations to minimum needed for boot V3 Robin Holt
2008-02-08 23:10 ` Luck, Tony
2008-02-08 23:20 ` Robin Holt [this message]
2008-02-09  0:09 ` [PATH] Reduce per_cpu allocations to minimum needed for bootV3 Luck, Tony
2008-02-10 14:06 ` Robin Holt
2008-02-11 18:41 ` Luck, Tony

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=20080208232036.GL3875@sgi.com \
    --to=holt@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