commit | 4dfdc5f78b64ae27f1f91bd586eeb3e9199a4f57 | [log] [tgz] |
---|---|---|
author | Stephan Gerhold <stephan@gerhold.net> | Fri Sep 16 10:45:19 2022 +0200 |
committer | Stephan Gerhold <stephan@gerhold.net> | Wed Jul 19 12:56:08 2023 +0200 |
tree | 72c44aa3181e672bd09c9f7f4f1b9b61d418090f | |
parent | 1b783465d63a1b7f466b3502debee56d1ed62402 [diff] |
feat(msm8916): power on L2 caches for secondary clusters On platforms with multiple CPU clusters the L2 cache will be only on for the cluster of the boot CPU. Add the necessary sequence to power it up for secondary clusters similar to the CPU boot sequence. No functional change for platforms with a single cluster. The new code is discarded entirely in this case. Change-Id: I3d3bce519a8a10ef5278d74d81acf59123e00454 Signed-off-by: Stephan Gerhold <stephan@gerhold.net>