commit | 486daaa618e114333d13a90b6d7fb52d75baf0c5 | [log] [tgz] |
---|---|---|
author | Patrick Delaunay <patrick.delaunay@st.com> | Mon Apr 16 10:13:23 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 07 11:45:15 2018 -0400 |
tree | dc38c92e7a10543054999ec05d2f56c7f14413bf | |
parent | 1a047c23f9e5e7f498cc3ca759725ae7b6c6a6b9 [diff] |
arm: psci: add a weak function psci_arch_cpu_entry The added function psci_arch_cpu_entry() is called during psci_cpu_entry() and can be used by arch to handle PSCI state transition from ON_PENDING to ON. The default weak function is empty: not behavior change. Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>