ARM/ARM64: KVM: Add common header for PSCI related defines
authorAnup Patel <anup.patel@linaro.org>
Tue, 29 Apr 2014 05:54:15 +0000 (11:24 +0530)
committerChristoffer Dall <christoffer.dall@linaro.org>
Thu, 2 Oct 2014 15:18:42 +0000 (17:18 +0200)
commit041d3f918f8daf3715fc87f1516c40466f94e6dd
treeff7a2d6f58105221c6ad57f491aad8af70911f78
parent7d46aca1cf97c1ff323d799fd82ffd49bc294bd1
ARM/ARM64: KVM: Add common header for PSCI related defines

We need a common place to share PSCI related defines among ARM kernel,
ARM64 kernel, KVM ARM/ARM64 PSCI emulation, and user space.

We introduce uapi/linux/psci.h for this purpose. This newly added
header will be first used by KVM ARM/ARM64 in-kernel PSCI emulation
and user space (i.e. QEMU or KVMTOOL).

Signed-off-by: Anup Patel <anup.patel@linaro.org>
Signed-off-by: Pranavkumar Sawargaonkar <pranavkumar@linaro.org>
Signed-off-by: Ashwin Chaugule <ashwin.chaugule@linaro.org>
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
(cherry picked from commit e546eea74ec66698e29c583639cf6e2a11e46490)
Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
include/uapi/linux/Kbuild
include/uapi/linux/psci.h [new file with mode: 0644]