Skip to content
Commit 4b45099b authored by Keiichiro Tokunaga's avatar Keiichiro Tokunaga Committed by Greg Kroah-Hartman
Browse files

[PATCH] Driver core: unregister_node() for hotplug use



This adds a generic function 'unregister_node()'.
It is used to remove objects of a node going away
for hotplug.  All the devices on the node must be
unregistered before calling this function.

Signed-off-by: default avatarKeiichiro Tokunaga <tokunaga.keiich@jp.fujitsu.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>

diff -puN drivers/base/node.c~numa_hp_base drivers/base/node.c
parent f4096618
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment