xen/arm: Replace XEN_PSCI_* by PSCI_VERSION(major, minor)
authorJulien Grall <julien.grall@citrix.com>
Mon, 12 Oct 2015 15:39:12 +0000 (16:39 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 23 Oct 2015 13:32:00 +0000 (14:32 +0100)
commit63ad168925a3f6190db393dc38835fedb1b791e3
tree02cdfb0e218fa38a75e30be87b1c7fe4ce15667b
parent2831f2099b6175384817d7afd952f7918998b39a
xen/arm: Replace XEN_PSCI_* by PSCI_VERSION(major, minor)

It will avoid to introduce a new XEN_PSCI_* define every time we support
a new version of PSCI in Xen.

Also fix the coding style in modified place.

Signed-off-by: Julien Grall <julien.grall@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/psci.c
xen/arch/arm/vpsci.c
xen/include/asm-arm/psci.h