Re: [PATCH RFC v2 0/3] add cpu physically hotplug driver

2013-06-10 Thread Rafael J. Wysocki
On Monday, June 10, 2013 12:04:21 PM li guang wrote: > 在 2013-06-10一的 12:51 +0900,Yasuaki Ishimatsu写道: > > 2013/06/10 9:36, li guang wrote: > > > Hi, Rafael > > > > > > 在 2013-06-06四的 13:00 +0200,Rafael J. Wysocki写道: > > >> On Thursday, June 06, 2013 09:40:32 AM liguang wrote: > > >>> This patch-se

Re: [PATCH RFC v2 0/3] add cpu physically hotplug driver

2013-06-09 Thread li guang
在 2013-06-10一的 12:51 +0900,Yasuaki Ishimatsu写道: > 2013/06/10 9:36, li guang wrote: > > Hi, Rafael > > > > 在 2013-06-06四的 13:00 +0200,Rafael J. Wysocki写道: > >> On Thursday, June 06, 2013 09:40:32 AM liguang wrote: > >>> This patch-set try to support physically hot-plug/unplug > >>> a cpu automatical

Re: [PATCH RFC v2 0/3] add cpu physically hotplug driver

2013-06-09 Thread Yasuaki Ishimatsu
2013/06/10 9:36, li guang wrote: Hi, Rafael 在 2013-06-06四的 13:00 +0200,Rafael J. Wysocki写道: On Thursday, June 06, 2013 09:40:32 AM liguang wrote: This patch-set try to support physically hot-plug/unplug a cpu automatically, that is: if you offline a cpu, it will automatically actually remove a

Re: [PATCH RFC v2 0/3] add cpu physically hotplug driver

2013-06-09 Thread li guang
Hi, Rafael 在 2013-06-06四的 13:00 +0200,Rafael J. Wysocki写道: > On Thursday, June 06, 2013 09:40:32 AM liguang wrote: > > This patch-set try to support physically hot-plug/unplug > > a cpu automatically, that is: > > if you offline a cpu, it will automatically actually remove > > a cpu, and if you ho

Re: [PATCH RFC v2 0/3] add cpu physically hotplug driver

2013-06-06 Thread Rafael J. Wysocki
On Thursday, June 06, 2013 09:40:32 AM liguang wrote: > This patch-set try to support physically hot-plug/unplug > a cpu automatically, that is: > if you offline a cpu, it will automatically actually remove > a cpu, and if you hot-plug a cpu, then it will online this > cpu automatically. No and no

[PATCH RFC v2 0/3] add cpu physically hotplug driver

2013-06-05 Thread liguang
This patch-set try to support physically hot-plug/unplug a cpu automatically, that is: if you offline a cpu, it will automatically actually remove a cpu, and if you hot-plug a cpu, then it will online this cpu automatically. so, offline is just like eject, but eject attribute seems not available si