[RFC v2 PATCH 01/21] x86: Split memory hotplug function from cpu_up() as cpu_memory_up()

2012-09-06 Thread Tomoki Sekiyama
Split memory hotplug function from cpu_up() as cpu_memory_up(), which will be used for assigning memory area to off-lined cpus at following patch in this series. Signed-off-by: Tomoki Sekiyama Cc: Avi Kivity Cc: Marcelo Tosatti Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" --- i

Re: [RFC v2 PATCH 01/21] x86: Split memory hotplug function from cpu_up() as cpu_memory_up()

2012-09-06 Thread Avi Kivity
On 09/06/2012 02:31 PM, Avi Kivity wrote: > On 09/06/2012 02:27 PM, Tomoki Sekiyama wrote: >> Split memory hotplug function from cpu_up() as cpu_memory_up(), which will >> be used for assigning memory area to off-lined cpus at following patch >> in this series. >> > > Can post a summary containin

Re: [RFC v2 PATCH 01/21] x86: Split memory hotplug function from cpu_up() as cpu_memory_up()

2012-09-06 Thread Avi Kivity
On 09/06/2012 02:27 PM, Tomoki Sekiyama wrote: > Split memory hotplug function from cpu_up() as cpu_memory_up(), which will > be used for assigning memory area to off-lined cpus at following patch > in this series. > Can post a summary containing both the general outline for people reading this f