diff options
author | Toshi Kani <toshi.kani@hp.com> | 2013-11-12 23:07:25 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-11-13 03:09:04 (GMT) |
commit | 01b0f19707c51ef247404e6af1d4a97a11ba34f7 (patch) | |
tree | 0e266339d6a644acdb7300c1a6bbad4106c68d57 /net/tipc/node.c | |
parent | 309d0b3917387b48d1fa1a15aa6762de489c9123 (diff) | |
download | linux-fsl-qoriq-01b0f19707c51ef247404e6af1d4a97a11ba34f7.tar.xz |
cpu/mem hotplug: add try_online_node() for cpu_up()
cpu_up() has #ifdef CONFIG_MEMORY_HOTPLUG code blocks, which call
mem_online_node() to put its node online if offlined and then call
build_all_zonelists() to initialize the zone list.
These steps are specific to memory hotplug, and should be managed in
mm/memory_hotplug.c. lock_memory_hotplug() should also be held for the
whole steps.
For this reason, this patch replaces mem_online_node() with
try_online_node(), which performs the whole steps with
lock_memory_hotplug() held. try_online_node() is named after
try_offline_node() as they have similar purpose.
There is no functional change in this patch.
Signed-off-by: Toshi Kani <toshi.kani@hp.com>
Reviewed-by: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'net/tipc/node.c')
0 files changed, 0 insertions, 0 deletions