commit | 4267c41a458cd7d287dc8031468fc385c2f5b2c3 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Thu May 24 13:09:41 2007 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Mon Jul 16 12:05:51 2007 +0300 |
tree | 00ed5fcc4887e9eae5bb5a59144bf403b61e7e7d | |
parent | 1b6c016818a562aaea22b1a1b05b15c796b0c2f0 [diff] |
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>