remove on-stack cpumask from stop_machine_run()
authorJuergen Gross <jgross@suse.com>
Mon, 3 Jun 2019 15:17:51 +0000 (17:17 +0200)
committerJan Beulich <jbeulich@suse.com>
Mon, 3 Jun 2019 15:17:51 +0000 (17:17 +0200)
commit07d650f6699f06687732ec35eb539609cd70c7d9
tree817bbf2b506e1fa7d626ce7fdc30f430d53ebe65
parent98e6f19b2283b750fba58948282babaf3c4815fb
remove on-stack cpumask from stop_machine_run()

The "allbutself" cpumask in stop_machine_run() is not needed. Instead
of allocating it on the stack it can easily be avoided.

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
xen/common/stop_machine.c