Re: [patch 1/2] x86_64: set node_possible_map at runtime.

2007-04-09 Thread Andrew Morton
On Mon, 9 Apr 2007 11:01:45 -0700 "Siddha, Suresh B" <[EMAIL PROTECTED]> wrote: > Set the node_possible_map at runtime on x86_64. On a non NUMA system, > num_possible_nodes() will now say '1'. > I had to rework this a bit in the numa-emulation case due to changes in Andi's tree. The change to n

[patch 1/2] x86_64: set node_possible_map at runtime.

2007-04-09 Thread Siddha, Suresh B
Set the node_possible_map at runtime on x86_64. On a non NUMA system, num_possible_nodes() will now say '1'. Signed-off-by: Suresh Siddha <[EMAIL PROTECTED]> --- diff --git a/arch/x86_64/mm/k8topology.c b/arch/x86_64/mm/k8topology.c index b5b8dba..d6f4447 100644 --- a/arch/x86_64/mm/k8topology.c