mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-18 18:15:59 +00:00
KVM: Tune hotplug/suspend IPIs
The hotplug IPIs can be called from the cpu on which we are currently running on, so use on_cpu(). Similarly, drop on_each_cpu() for the suspend/resume callbacks, as we're in atomic context here and only one cpu is up anyway. Signed-off-by: Avi Kivity <avi@qumranet.com>
This commit is contained in:
parent
1b6c016818
commit
4267c41a45
1 changed files with 2 additions and 2 deletions
Loading…
Add table
Add a link
Reference in a new issue