All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ingo Molnar <mingo@elte.hu>
To: Daniel Yeisley <dan.yeisley@unisys.com>
Cc: linux-kernel@vger.kernel.org, ak@suse.de,
	Yinghai Lu <yhlu.kernel@gmail.com>
Subject: Re: [PATCH] CPUs on memoryless nodes not being reassigned
Date: Wed, 26 Mar 2008 14:10:21 +0100	[thread overview]
Message-ID: <20080326131021.GA16852@elte.hu> (raw)
In-Reply-To: <1206535469.7468.9.camel@localhost.localdomain>


* Daniel Yeisley <dan.yeisley@unisys.com> wrote:

> When I boot with memoryless nodes on the latest 2.6.25-rc kernels, the 
> CPUs aren't being reassigned to nodes with memory.

>  	node = apicid_to_node[apicid];
> -	if (node == NUMA_NO_NODE)
> +	if (node == NUMA_NO_NODE || !node_online(node))
>  		node = first_node(node_online_map);

that's already fixed in x86.git/latest, by Yinghai Lu, could you try it:

  http://people.redhat.com/mingo/x86.git/README

(let me know if there's any other problem with your hardware on 
x86.git/latest.)

	Ingo

  reply	other threads:[~2008-03-26 13:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-26 12:44 [PATCH] CPUs on memoryless nodes not being reassigned Daniel Yeisley
2008-03-26 13:10 ` Ingo Molnar [this message]
2008-03-26 17:57   ` Yeisley, Dan P.

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=20080326131021.GA16852@elte.hu \
    --to=mingo@elte.hu \
    --cc=ak@suse.de \
    --cc=dan.yeisley@unisys.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=yhlu.kernel@gmail.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 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.