]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
arm/arm64: KVM: Consolidate the PSCI include files
authorMarc Zyngier <marc.zyngier@arm.com>
Tue, 6 Feb 2018 17:56:08 +0000 (17:56 +0000)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 22 Feb 2018 14:15:49 +0000 (08:15 -0600)
commit221905ab4fddcd2e8ae217ac83d21cd6ef2a14c2
treeeefba17ee5c73e8760942e829b7b808673f8e450
parentbcb7651d92127fd4560cd60add4141704f729725
arm/arm64: KVM: Consolidate the PSCI include files

BugLink: http://bugs.launchpad.net/bugs/1751064
Commit 1a2fb94e6a77 upstream.

As we're about to update the PSCI support, and because I'm lazy,
let's move the PSCI include file to include/kvm so that both
ARM architectures can find it.

Acked-by: Christoffer Dall <christoffer.dall@linaro.org>
Tested-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
arch/arm/include/asm/kvm_psci.h [deleted file]
arch/arm/kvm/handle_exit.c
arch/arm64/include/asm/kvm_psci.h [deleted file]
arch/arm64/kvm/handle_exit.c
include/kvm/arm_psci.h [new file with mode: 0644]
virt/kvm/arm/arm.c
virt/kvm/arm/psci.c