Searched hist:fc81021aedf01a922686bc9fa22de411ec80592b (Results 1 – 2 of 2) sorted by relevance
| /rk3399_ARM-atf/lib/psci/ |
| H A D | psci_private.h | fc81021aedf01a922686bc9fa22de411ec80592b Mon Aug 26 21:32:24 UTC 2019 Deepika Bhavnani <deepika.bhavnani@arm.com> Unify type of "cpu_idx" across PSCI module.
cpu_idx is used as mix of `unsigned int` and `signed int` in code with typecasting at some places. This change is to unify the cpu_idx as `unsigned int` as underlying API;s `plat_my_core_pos` returns `unsigned int`
It was discovered via coverity issue CID 354715
Signed-off-by: Deepika Bhavnani <deepika.bhavnani@arm.com> Change-Id: I4f0adb0c596ff1177210c5fe803bff853f2e54ce
|
| H A D | psci_common.c | fc81021aedf01a922686bc9fa22de411ec80592b Mon Aug 26 21:32:24 UTC 2019 Deepika Bhavnani <deepika.bhavnani@arm.com> Unify type of "cpu_idx" across PSCI module.
cpu_idx is used as mix of `unsigned int` and `signed int` in code with typecasting at some places. This change is to unify the cpu_idx as `unsigned int` as underlying API;s `plat_my_core_pos` returns `unsigned int`
It was discovered via coverity issue CID 354715
Signed-off-by: Deepika Bhavnani <deepika.bhavnani@arm.com> Change-Id: I4f0adb0c596ff1177210c5fe803bff853f2e54ce
|