KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external
Currently kvmppc_core_dequeue_external() takes a struct kvm_interrupt * argument and does nothing with it, in any of its implementations. This removes it in order to make things easier for forthcoming in-kernel interrupt controller emulation code. Signed-off-by:Paul Mackerras <paulus@samba.org> Signed-off-by:
Alexander Graf <agraf@suse.de>
Showing
- arch/powerpc/include/asm/kvm_ppc.h 1 addition, 2 deletionsarch/powerpc/include/asm/kvm_ppc.h
- arch/powerpc/kvm/book3s.c 1 addition, 2 deletionsarch/powerpc/kvm/book3s.c
- arch/powerpc/kvm/booke.c 1 addition, 2 deletionsarch/powerpc/kvm/booke.c
- arch/powerpc/kvm/powerpc.c 1 addition, 1 deletionarch/powerpc/kvm/powerpc.c
Loading
Please register or sign in to comment