Re: [Xen-devel] [PATCH v2] xen:arm: use SMC64 version function ID on ARM64

2015-10-05 Thread Brijesh Singh
On 10/05/2015 11:03 AM, Julien Grall wrote: > Hi, > > From the commit title, it's not clear that you are touching the PSCI code. > > I would rewrite it like: > > "xen/arm: psci: use SMC64 function ID when available on ARM64" > > On 05/10/15 16:27, Brijesh Singh wrote: >> As per PSCI 0.2 spec,

Re: [Xen-devel] [PATCH v2] xen:arm: use SMC64 version function ID on ARM64

2015-10-05 Thread Julien Grall
Hi, >From the commit title, it's not clear that you are touching the PSCI code. I would rewrite it like: "xen/arm: psci: use SMC64 function ID when available on ARM64" On 05/10/15 16:27, Brijesh Singh wrote: > As per PSCI 0.2 spec, if CPU_ON entry_point_address is 64-bit then SMC > call functio

[Xen-devel] [PATCH v2] xen:arm: use SMC64 version function ID on ARM64

2015-10-05 Thread Brijesh Singh
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 --- xen/arch/arm/psci.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/xen/arch/arm/psci.c b/xen/arch/