commit | cece3155d869a50ba534ed161b5a05e8a29dcad0 | [log] [tgz] |
---|---|---|
author | Cyrill Gorcunov <gorcunov@gmail.com> | Sat Apr 18 23:45:28 2009 +0400 |
committer | Ingo Molnar <mingo@elte.hu> | Sun Apr 19 10:22:14 2009 +0200 |
tree | 2fdca3c69a6d6c6ccc11fc716a5ab3a189bdb7b9 | |
parent | 9a2755c3569e4db92bd9b1daadeddb4045b0cccd [diff] |
x86: smpboot - wakeup_secondary should be done via __cpuinit section A caller (do_boot_cpu) already has __cpuinit attribute. Since HOTPLUG_CPU depends on SMP && HOTPLUG it doesn't lead to panic at moment. [ Impact: cleanup ] Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> LKML-Reference: <20090418194528.GD25510@lenovo> Signed-off-by: Ingo Molnar <mingo@elte.hu>