commit | 4d22b0e5ba01b423f9f5200e4702750102635145 | [log] [tgz] |
---|---|---|
author | Harrison Mutai <harrison.mutai@arm.com> | Mon Jun 26 16:25:21 2023 +0100 |
committer | Harrison Mutai <harrison.mutai@arm.com> | Mon Aug 07 19:36:56 2023 +0100 |
tree | afdd792159e2f951a7c593bf920601c730d48eb1 | |
parent | bfd856004f58da9b99d6d107f56dce702db7a5f7 [diff] |
feat(cpus): make revision procedure call optional For runtime errata, we should avoid generating calls to `cpu_get_rev_var` unless its necessary. Make the path that generates this call parameterized, and cache the result in a temporary register to allow future calls that go down the alternate path to retrieve the cache CPU revision. Change-Id: I9882ede76568fbd9a7ccd4caa74eff0c66a7b20e Signed-off-by: Harrison Mutai <harrison.mutai@arm.com>