commit | 21b3b058a6eebead1410199ff062fed33b62c250 | [log] [tgz] |
---|---|---|
author | Jonathan Wright <jonathan.wright@arm.com> | Tue Mar 20 14:34:01 2018 +0000 |
committer | Jonathan Wright <jonathan.wright@arm.com> | Tue Mar 27 13:38:08 2018 +0100 |
tree | 52763b4dfc5c4b241dbedc508cf6e6121935a29d | |
parent | 0f92b0a46ffcd15b7dec5e4ffc168ffb1fb09eaf [diff] |
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>