]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commit
xen/arm: psci: use SMC64 function ID when available on ARM64
authorBrijesh Singh <brijeshkumar.singh@amd.com>
Mon, 5 Oct 2015 16:38:39 +0000 (11:38 -0500)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 7 Oct 2015 11:16:16 +0000 (12:16 +0100)
commit75c7de56df16a5a77d655b9f3e32ea00b103a0e1
tree1ec6f7585bc218d4338ab49376f1f8fea6d28b6c
parent5dfa6eade5da0bccd3c901c0b4614c7c0d5b12b2
xen/arm: psci: use SMC64 function ID when available on ARM64

As per PSCI 0.2 spec, if CPU_ON entry_point_address is 64-bit then SMC
call function ID parameter should be set to SMC64 version.

Signed-off-by: Brijesh Singh <brijeshkumar.singh@amd.com>
Reviewed-by: Julien grall <julien.grall@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/arm/psci.c