From: Avi Kivity Date: Thu, 24 May 2007 10:09:41 +0000 (+0300) Subject: KVM: Tune hotplug/suspend IPIs X-Git-Tag: v2.6.23-rc1~520^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4267c41a458cd7d287dc8031468fc385c2f5b2c3;p=pandora-kernel.git 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 --- Reading git-diff-tree failed