commit | e68a6b5ddce9c23ee6bfbe4eb7752af4528aa435 | [log] [tgz] |
---|---|---|
author | Chris Brand <chris.brand@cypress.com> | Mon Apr 15 16:13:36 2024 -0700 |
committer | Antonio de Angelis <Antonio.deAngelis@arm.com> | Wed Apr 17 23:42:20 2024 +0200 |
tree | 57c18b4ebfbe59ed9803f477829f7cfac1e44c26 | |
parent | 80427ea0bb790d96d87e3dc4cc34258bcfab5800 [diff] |
SPM: Change type of thread p_context_ctrl In practice, this is always a struct context_ctrl *, and using that type allows us to remove several typecasts and gain compiler type-checking. Same type change flows through to some tfm_arch_* functions. In two of those, they can also be const. Change-Id: If46ff5c75af132f55d4f5e292d78730edd75baf4 Signed-off-by: Chris Brand <chris.brand@cypress.com>