commit | 589c7815069b2b84484e53de396934fab684c6d8 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Tue Mar 02 15:11:01 2021 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon Mar 08 19:25:25 2021 -0500 |
tree | e36aee6b3c6e03364c1f33e72c535af7fff96af2 | |
parent | f5267d9ff2d22917fd171008d74401d6e49823bf [diff] |
tests: No thread-shared/synchronized data on stack (coherence) CONFIG_KERNEL_COHERENCE forbids synchronized data on the stack: no spinlocks, IPC primitives, or things that contain them. Application code obviously doesn't have to follow these inconvenient rules, but our test code needs to run on platforms with incoherent stack memory. Make these things static. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>