kvm: powerpc: book3s: Cleanup interrupt handling code
With this patch if HV is included, interrupts come in to the HV version of the kvmppc_interrupt code, which then jumps to the PR handler, renamed to kvmppc_interrupt_pr, if the guest is a PR guest. This helps in enabling both HV and PR, which we do in later patch Signed-off-by:Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by:
Alexander Graf <agraf@suse.de>
Showing
- arch/powerpc/include/asm/exception-64s.h 11 additions, 0 deletionsarch/powerpc/include/asm/exception-64s.h
- arch/powerpc/kvm/book3s_hv_rmhandlers.S 7 additions, 2 deletionsarch/powerpc/kvm/book3s_hv_rmhandlers.S
- arch/powerpc/kvm/book3s_segment.S 2 additions, 2 deletionsarch/powerpc/kvm/book3s_segment.S
Loading
Please register or sign in to comment