[PATCH] generate hotplug events for cpu online
authorNathan Lynch <ntl@pobox.com>
Sat, 25 Jun 2005 21:55:05 +0000 (14:55 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:24:31 +0000 (16:24 -0700)
commitfb69c3907ead36b9e9f41ea6f0d0e0ae10a38a47
tree9433861b7c02d9d29df10dcb82dfced3f6d5f15d
parenta9fa06c26f7b7914c8cdf4d309b74df3151cc227
[PATCH] generate hotplug events for cpu online

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 <ntl@pobox.com>
Cc: Rusty Russell <rusty@rustcorp.com.au>
Cc: Greg KH <greg@kroah.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/base/cpu.c