Searched hist:"99477 f051ef857a1e0600cb98858fc74c007e1ff" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_ARM-atf/drivers/arm/css/scmi/ |
| H A D | scmi_private.h | 99477f051ef857a1e0600cb98858fc74c007e1ff Wed Dec 08 06:29:59 UTC 2021 sah01 <sahil@arm.com> fix(scmi): make msg_header variable volatile
When tf-a is built with the llvm toolchain, the compiler optimizes the variable in some way which results in SCMI_MSG_GET_TOKEN assert failure in multiple places. This patch makes the msg_header variable in mailbox_mem struct volatile, which seems to fix the issue.
Signed-off-by: sahil <sahil@arm.com> Change-Id: I1d28b30a6472fc23ed85adff9cf73dfb536e39cc
|