[RFC patch] powerpc: Add topology_ready to machdep calls

2009-02-11 Thread Geoff Levand
Add a new member topology_ready to the powerpc machdep_calls structure. The NUMA hot plug memory routines require the NUMA node to have been registered via register_one_node() prior to adding memory to the node. The powerpc arch registers NUMA nodes during startup in its topology_init() routine.

Re: [RFC patch] powerpc: Add topology_ready to machdep calls

2009-02-11 Thread Benjamin Herrenschmidt
On Wed, 2009-02-11 at 15:30 -0800, Geoff Levand wrote: Add a new member topology_ready to the powerpc machdep_calls structure. The NUMA hot plug memory routines require the NUMA node to have been registered via register_one_node() prior to adding memory to the node. The powerpc arch

Re: [RFC patch] powerpc: Add topology_ready to machdep calls

2009-02-11 Thread Benjamin Herrenschmidt
On Wed, 2009-02-11 at 15:30 -0800, Geoff Levand wrote: Add a new member topology_ready to the powerpc machdep_calls structure. The NUMA hot plug memory routines require the NUMA node to have been registered via register_one_node() prior to adding memory to the node. The powerpc arch