Searched hist:"2271 cb054db6387bbb9215e09ae97a41a13aa4e3" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/lib/psci/ |
| H A D | psci_stat.c | 2271cb054db6387bbb9215e09ae97a41a13aa4e3 Tue Mar 20 14:34:01 UTC 2018 Jonathan Wright <jonathan.wright@arm.com> psci: initialize array fully to comply with MISRA
Initializes each element of the last_cpu_in_non_cpu_pd array in PSCI stat implementation to -1, the reset value. This satisfies MISRA rule 9.3.
Previously, only the first element of the array was initialized to -1.
Change-Id: I666c71e6c073710c67c6d24c07a219b1feb5b773 Signed-off-by: Jonathan Wright <jonathan.wright@arm.com>
|