From: Paul Mackerras Date: Sat, 28 Mar 2015 03:21:11 +0000 (+1100) Subject: KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C X-Git-Tag: omap-for-v4.1/fixes-rc1~27^2~1^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eddb60fb1443;p=pandora-kernel.git KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C This replaces the assembler code for kvmhv_commence_exit() with C code in book3s_hv_builtin.c. It also moves the IPI sending code that was in book3s_hv_rm_xics.c into a new kvmhv_rm_send_ipi() function so it can be used by kvmhv_commence_exit() as well as icp_rm_set_vcpu_irq(). Signed-off-by: Paul Mackerras Signed-off-by: Alexander Graf --- Reading git-diff-tree failed