Re: [PATCH] resource: Update config option of release_mem_region_adjustable()

2013-04-11 Thread Toshi Kani
On Fri, 2013-04-12 at 08:50 +0900, Yasuaki Ishimatsu wrote: > 2013/04/12 7:26, Toshi Kani wrote: > > Changed the config option of release_mem_region_adjustable() from > > CONFIG_MEMORY_HOTPLUG to CONFIG_MEMORY_HOTREMOVE since this function > > is only used for memory hot-delete. > > > >

Re: [PATCH] resource: Update config option of release_mem_region_adjustable()

2013-04-11 Thread Yasuaki Ishimatsu
2013/04/12 7:26, Toshi Kani wrote: > Changed the config option of release_mem_region_adjustable() from > CONFIG_MEMORY_HOTPLUG to CONFIG_MEMORY_HOTREMOVE since this function > is only used for memory hot-delete. > > Signed-off-by: Toshi Kani Reviewed-by: Yasuaki Ishimatsu Thanks, Yasuaki

Re: [PATCH] resource: Update config option of release_mem_region_adjustable()

2013-04-11 Thread Toshi Kani
On Thu, 2013-04-11 at 15:40 -0700, David Rientjes wrote: > On Thu, 11 Apr 2013, Toshi Kani wrote: > > > Changed the config option of release_mem_region_adjustable() from > > CONFIG_MEMORY_HOTPLUG to CONFIG_MEMORY_HOTREMOVE since this function > > is only used for memory hot-delete. > > > >

Re: [PATCH] resource: Update config option of release_mem_region_adjustable()

2013-04-11 Thread David Rientjes
On Thu, 11 Apr 2013, Toshi Kani wrote: > Changed the config option of release_mem_region_adjustable() from > CONFIG_MEMORY_HOTPLUG to CONFIG_MEMORY_HOTREMOVE since this function > is only used for memory hot-delete. > > Signed-off-by: Toshi Kani Suggested-by: David Rientjes Acked-by: David

[PATCH] resource: Update config option of release_mem_region_adjustable()

2013-04-11 Thread Toshi Kani
Changed the config option of release_mem_region_adjustable() from CONFIG_MEMORY_HOTPLUG to CONFIG_MEMORY_HOTREMOVE since this function is only used for memory hot-delete. Signed-off-by: Toshi Kani --- This patch applies on top of the two patches below: Re: [PATCH v3 2/3] resource: Add

[PATCH] resource: Update config option of release_mem_region_adjustable()

2013-04-11 Thread Toshi Kani
Changed the config option of release_mem_region_adjustable() from CONFIG_MEMORY_HOTPLUG to CONFIG_MEMORY_HOTREMOVE since this function is only used for memory hot-delete. Signed-off-by: Toshi Kani toshi.k...@hp.com --- This patch applies on top of the two patches below: Re: [PATCH v3 2/3]

Re: [PATCH] resource: Update config option of release_mem_region_adjustable()

2013-04-11 Thread David Rientjes
On Thu, 11 Apr 2013, Toshi Kani wrote: Changed the config option of release_mem_region_adjustable() from CONFIG_MEMORY_HOTPLUG to CONFIG_MEMORY_HOTREMOVE since this function is only used for memory hot-delete. Signed-off-by: Toshi Kani toshi.k...@hp.com Suggested-by: David Rientjes

Re: [PATCH] resource: Update config option of release_mem_region_adjustable()

2013-04-11 Thread Toshi Kani
On Thu, 2013-04-11 at 15:40 -0700, David Rientjes wrote: On Thu, 11 Apr 2013, Toshi Kani wrote: Changed the config option of release_mem_region_adjustable() from CONFIG_MEMORY_HOTPLUG to CONFIG_MEMORY_HOTREMOVE since this function is only used for memory hot-delete. Signed-off-by:

Re: [PATCH] resource: Update config option of release_mem_region_adjustable()

2013-04-11 Thread Yasuaki Ishimatsu
2013/04/12 7:26, Toshi Kani wrote: Changed the config option of release_mem_region_adjustable() from CONFIG_MEMORY_HOTPLUG to CONFIG_MEMORY_HOTREMOVE since this function is only used for memory hot-delete. Signed-off-by: Toshi Kani toshi.k...@hp.com Reviewed-by: Yasuaki Ishimatsu

Re: [PATCH] resource: Update config option of release_mem_region_adjustable()

2013-04-11 Thread Toshi Kani
On Fri, 2013-04-12 at 08:50 +0900, Yasuaki Ishimatsu wrote: 2013/04/12 7:26, Toshi Kani wrote: Changed the config option of release_mem_region_adjustable() from CONFIG_MEMORY_HOTPLUG to CONFIG_MEMORY_HOTREMOVE since this function is only used for memory hot-delete. Signed-off-by: Toshi