Searched hist:"1593 cae46e03eda613d50a0e1702729fbef9f79e" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/lib/cpus/aarch64/ |
| H A D | denver.S | 1593cae46e03eda613d50a0e1702729fbef9f79e Wed Feb 28 02:30:31 UTC 2018 Varun Wadekar <vwadekar@nvidia.com> denver: use plat_my_core_pos() to get core position
The current functions to disable and enable Dynamic Code Optimizer (DCO) assume that all denver cores are in the same cluster. They ignore AFF1 field of the mpidr_el1 register, which leads to incorect logical core id calculation.
This patch calls the platform handler, plat_my_core_pos(), to get the logical core id to disable/enable DCO for the core.
Original change by: Krishna Sitaraman <ksitaraman@nvidia.com>
Change-Id: I45fbd1f1eb032cc1db677a4fdecc554548b4a830 Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
|