lkml.org 
[lkml]   [2008]   [Mar]   [26]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateWed, 26 Mar 2008 14:10:21 +0100
FromIngo Molnar <>
SubjectRe: [PATCH] CPUs on memoryless nodes not being reassigned
* 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


\
 
 \ /
  Last update: 2008-03-26 14:13    [from the cache]
©2003-2008