From: Cyrill Gorcunov Date: Sat, 18 Apr 2009 19:45:28 +0000 (+0400) Subject: x86: smpboot - wakeup_secondary should be done via __cpuinit section X-Git-Tag: v2.6.31-rc1~423^2~23^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cece3155d869a50ba534ed161b5a05e8a29dcad0;p=pandora-kernel.git 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 LKML-Reference: <20090418194528.GD25510@lenovo> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed