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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2018 19:22:54 +0000 (20:22 +0100)
commit591862b560003518dfc369d44d1e177d96f7104c
tree2900579cdb7039a03c45c8dfe5c6444c52fa60b1
parent0b3512fa7b0a4f1f187a5e38112c5bebaea87fc1
arm/arm64: KVM: Consolidate the PSCI include files

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: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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