Re: [Xen-devel] [PATCH v7 09/11] arm: PSCI: use definitions provided by asm/smccc.h

2017-10-06 Thread Julien Grall
Hi Volodymyr, On 04/10/17 22:00, Volodymyr Babchuk wrote: smccc.h provides definitions to construct SMC call function number according to SMCCC. We don't need multiple definitions for one thing, and definitions in smccc.h are more generic than ones used in psci.h. So psci.h will only provide fu

[Xen-devel] [PATCH v7 09/11] arm: PSCI: use definitions provided by asm/smccc.h

2017-10-04 Thread Volodymyr Babchuk
smccc.h provides definitions to construct SMC call function number according to SMCCC. We don't need multiple definitions for one thing, and definitions in smccc.h are more generic than ones used in psci.h. So psci.h will only provide function codes, while whole SMC function identifier will be con