Skip to content
Commit 589c7815 authored by Andy Ross's avatar Andy Ross Committed by Anas Nashif
Browse files

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: default avatarAndy Ross <andrew.j.ross@intel.com>
parent f5267d9f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment