]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit
KVM: PPC: Book3S: Move prototypes for KVM functions into kvm_ppc.h
authorPaul Mackerras <paulus@ozlabs.org>
Thu, 1 Dec 2016 03:03:46 +0000 (14:03 +1100)
committerPaul Mackerras <paulus@ozlabs.org>
Thu, 1 Dec 2016 03:03:46 +0000 (14:03 +1100)
commite34af7849014f1d80899b811cf9021588cb8dd88
treea697ed84ef44a6fe97abf4376ee56d03ae3d2e67
parentffcb09f27f46ea21305c7846de1fd3b76e4e6a6f
KVM: PPC: Book3S: Move prototypes for KVM functions into kvm_ppc.h

This moves the prototypes for functions that are only called from
assembler code out of asm/asm-prototypes.h into asm/kvm_ppc.h.
The prototypes were added in commit ebe4535fbe7a ("KVM: PPC:
Book3S HV: sparse: prototypes for functions called from assembler",
2016-10-10), but given that the functions are KVM functions,
having them in a KVM header will be better for long-term
maintenance.

Signed-off-by: Paul Mackerras <paulus@ozlabs.org>
arch/powerpc/include/asm/asm-prototypes.h
arch/powerpc/include/asm/kvm_ppc.h
arch/powerpc/kvm/book3s_64_vio_hv.c
arch/powerpc/kvm/book3s_hv_builtin.c
arch/powerpc/kvm/book3s_hv_ras.c
arch/powerpc/kvm/book3s_hv_rm_mmu.c
arch/powerpc/kvm/book3s_hv_rm_xics.c