From: Paul Mackerras Date: Fri, 6 Sep 2013 03:24:13 +0000 (+1000) Subject: KVM: PPC: Book3S HV: Pull out interrupt-reading code into a subroutine X-Git-Tag: v3.13-rc1~80^2~15^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c934243ca0aa464610a8b8ff85c7a777bf066ce4;p=pandora-kernel.git KVM: PPC: Book3S HV: Pull out interrupt-reading code into a subroutine This moves the code in book3s_hv_rmhandlers.S that reads any pending interrupt from the XICS interrupt controller, and works out whether it is an IPI for the guest, an IPI for the host, or a device interrupt, into a new function called kvmppc_read_intr. Later patches will need this. Signed-off-by: Paul Mackerras Signed-off-by: Alexander Graf --- Reading git-diff-tree failed