Re: [PATCH RFC v2 1/3] drivers/platform/x86: add cpu physically hotplug driver

2013-06-06 Thread Borislav Petkov
On Thu, Jun 06, 2013 at 09:40:33AM +0800, liguang wrote: > this driver will support cpu phyical add/removal automatically > after online/offline. if cpu hotpluged, cpu will not > online automatically, and for cpu offline, we try to > do actually eject if allowed for cpu like > "echo 1 > /sys/bus/ac

Re: [PATCH RFC v2 1/3] drivers/platform/x86: add cpu physically hotplug driver

2013-06-05 Thread li guang
在 2013-06-06四的 10:24 +0800,Gu Zheng写道: > On 06/06/2013 09:40 AM, liguang wrote: > > > this driver will support cpu phyical add/removal automatically > > after online/offline. if cpu hotpluged, cpu will not > > online automatically, and for cpu offline, we try to > > do actually eject if allowed fo

Re: [PATCH RFC v2 1/3] drivers/platform/x86: add cpu physically hotplug driver

2013-06-05 Thread Gu Zheng
On 06/06/2013 09:40 AM, liguang wrote: > this driver will support cpu phyical add/removal automatically > after online/offline. if cpu hotpluged, cpu will not > online automatically, and for cpu offline, we try to > do actually eject if allowed for cpu like > "echo 1 > /sys/bus/acpi/devices/LNXCPU

[PATCH RFC v2 1/3] drivers/platform/x86: add cpu physically hotplug driver

2013-06-05 Thread liguang
this driver will support cpu phyical add/removal automatically after online/offline. if cpu hotpluged, cpu will not online automatically, and for cpu offline, we try to do actually eject if allowed for cpu like "echo 1 > /sys/bus/acpi/devices/LNXCPU\:0X/eject" this "echo ..." is only present for re