When CONFIG_KERNEL_COHERENCE=y, it's not legal to place shared data (like the queue elements in this test case) on the stack, because that memory is incoherent with respect to other CPUs in the system. Make them static (another option would have been to mark the test case 1cpu). Fixes #41860 Signed-off-by: Andy Ross <andrew.j.ross@intel.com> |
||
|---|---|---|
| .. | ||
| src | ||
| CMakeLists.txt | ||
| prj.conf | ||
| testcase.yaml | ||