Re: [PATCH] generate hotplug events for cpu online

2005-04-21 Thread Nathan Lynch
On Thu, Apr 21, 2005 at 08:46:56PM +0200, Pavel Machek wrote: > Hi! > > > We already do kobject_hotplug for cpu offline; this adds a > > kobject_hotplug call for the online case. This is being requested by > > developers of an application which wants to be notified about both > > kinds of events.

Re: [PATCH] generate hotplug events for cpu online

2005-04-21 Thread Pavel Machek
Hi! > We already do kobject_hotplug for cpu offline; this adds a > kobject_hotplug call for the online case. This is being requested by > developers of an application which wants to be notified about both > kinds of events. I'm afraid of bad interactions with swsusp/S3 on smp. We offline cpus th

[PATCH] generate hotplug events for cpu online

2005-04-14 Thread Nathan Lynch
We already do kobject_hotplug for cpu offline; this adds a kobject_hotplug call for the online case. This is being requested by developers of an application which wants to be notified about both kinds of events. Signed-off-by: Nathan Lynch <[EMAIL PROTECTED]> Index: linux-2.6.12-rc2-mm3/driver