From: Anton Blanchard Date: Mon, 24 Mar 2014 23:47:01 +0000 (+1100) Subject: KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=n X-Git-Tag: v3.15-rc1~118^2^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7505258c5fcb0a1cc3c76a47b4cf9506d21d10e6;p=pandora-kernel.git KVM: PPC: Book3S HV: Fix KVM hang with CONFIG_KVM_XICS=n I noticed KVM is broken when KVM in-kernel XICS emulation (CONFIG_KVM_XICS) is disabled. The problem was introduced in 48eaef05 (KVM: PPC: Book3S HV: use xics_wake_cpu only when defined). It used CONFIG_KVM_XICS to wrap xics_wake_cpu, where CONFIG_PPC_ICP_NATIVE should have been used. Signed-off-by: Anton Blanchard Cc: stable@vger.kernel.org Signed-off-by: Paul Mackerras Acked-by: Scott Wood --- Reading git-diff-tree failed