Re: [RFC PATCH v4 1/13] memory-hotplug : rename remove_memory to offline_memory

2012-07-19 Thread Yasuaki Ishimatsu
Hi Bob, 2012/07/19 17:19, Bob Liu wrote: Hi Yasuaki, On Wed, Jul 18, 2012 at 6:05 PM, Yasuaki Ishimatsu isimatu.yasu...@jp.fujitsu.com wrote: remove_memory() does not remove memory but just offlines memory. The patch changes name of it to offline_memory(). Since offline_memory() just align

Re: [RFC PATCH v4 1/13] memory-hotplug : rename remove_memory to offline_memory

2012-07-19 Thread Bob Liu
Hi Yasuaki, On Wed, Jul 18, 2012 at 6:05 PM, Yasuaki Ishimatsu isimatu.yasu...@jp.fujitsu.com wrote: remove_memory() does not remove memory but just offlines memory. The patch changes name of it to offline_memory(). Since offline_memory() just align the start/end pfn and there is no matched

[RFC PATCH v4 1/13] memory-hotplug : rename remove_memory to offline_memory

2012-07-18 Thread Yasuaki Ishimatsu
remove_memory() does not remove memory but just offlines memory. The patch changes name of it to offline_memory(). CC: David Rientjes rient...@google.com CC: Jiang Liu liu...@gmail.com CC: Len Brown len.br...@intel.com CC: Benjamin Herrenschmidt b...@kernel.crashing.org CC: Paul Mackerras