mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] generate hotplug events for cpu online
@ 2005-04-14 17:56 Nathan Lynch
  2005-04-21 18:46 ` Pavel Machek
  0 siblings, 1 reply; 3+ messages in thread
From: Nathan Lynch @ 2005-04-14 17:56 UTC (permalink / raw)
  To: Andrew Morton; +Cc: lkml, Rusty Russell

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>


Index: linux-2.6.12-rc2-mm3/drivers/base/cpu.c
===================================================================
--- linux-2.6.12-rc2-mm3.orig/drivers/base/cpu.c	2005-03-02 01:37:53.000000000 -0600
+++ linux-2.6.12-rc2-mm3/drivers/base/cpu.c	2005-04-14 10:56:29.000000000 -0500
@@ -37,6 +37,8 @@ static ssize_t store_online(struct sys_d
 		break;
 	case '1':
 		ret = cpu_up(cpu->sysdev.id);
+		if (!ret)
+			kobject_hotplug(&dev->kobj, KOBJ_ONLINE);
 		break;
 	default:
 		ret = -EINVAL;

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-04-22  0:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-14 17:56 [PATCH] generate hotplug events for cpu online Nathan Lynch
2005-04-21 18:46 ` Pavel Machek
2005-04-22  0:15   ` Nathan Lynch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®