Re: [PATCH v6 15/42] powerpc/powernv: PE oriented during configuration

2015-08-10 Thread Gavin Shan
On Mon, Aug 10, 2015 at 08:02:20PM +1000, Alexey Kardashevskiy wrote: On 08/06/2015 02:11 PM, Gavin Shan wrote: Several functions used to configure PE take pe_number to indentify PE instance. As the pe_number is included in PE instance after it is reserved or allocated. It's convienent for those

Re: [PATCH v6 15/42] powerpc/powernv: PE oriented during configuration

2015-08-10 Thread Alexey Kardashevskiy
On 08/06/2015 02:11 PM, Gavin Shan wrote: Several functions used to configure PE take pe_number to indentify PE instance. As the pe_number is included in PE instance after it is reserved or allocated. It's convienent for those functions to return PE instance which includes the required

[PATCH v6 15/42] powerpc/powernv: PE oriented during configuration

2015-08-05 Thread Gavin Shan
Several functions used to configure PE take pe_number to indentify PE instance. As the pe_number is included in PE instance after it is reserved or allocated. It's convienent for those functions to return PE instance which includes the required pe_number. Signed-off-by: Gavin Shan