Hi,
Recently, we notice that the member of struct "non_cpu_pwr_domain_node", called lock_index, is assigned to "unsigned char", that means the psci or pwr_domain most support system with 2^8 cores.
when the feature is applies to a complex system, the data might be unexpected.
we just wonder the type of "lock_index" can be expanded to "unsigned int".
Thanks.