]> xenbits.xensource.com Git - xen.git/commit
allow cpu_down() to be called earlier
authorJan Beulich <jbeulich@suse.com>
Mon, 16 Jul 2018 13:15:12 +0000 (15:15 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 16 Jul 2018 13:15:12 +0000 (15:15 +0200)
commit5894c0a2da66243a89088d309c7e1ea212ab28d6
tree05f97a7efeb7e171834493e3907daface4ad0d43
parentda3d55ae67225798c2ad8f42af2f432f6f2b2214
allow cpu_down() to be called earlier

The function's use of the stop-machine logic has so far prevented its
use ahead of the processing of the "ordinary" initcalls. Since at this
early time we're in a controlled environment anyway, there's no need for
such a heavy tool. Additionally this ought to have less of a performance
impact especially on large systems, compared to the alternative of
making stop-machine functionality available earlier.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/common/cpu.c