commit | 8fe7d9d6df27ceef024193e1b70eaa2902950103 | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Thu Jan 20 19:23:30 2022 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Jan 21 13:22:15 2022 -0500 |
tree | d83f0a85832c23c76bb8f531cd7892288489a0b1 | |
parent | 5edd510c1baf8a0869c5a77cc78c6ef79ebf19d5 [diff] |
tests/kernel/mp: Must enable KERNEL_COHERENCE explicitly This is test assumes that shared static/global variables are coherent between the CPUs. That's true on incoherent platforms only when CONFIG_KERNEL_COHERENCE=y. Normally that gets turned on along with SMP, but this is using the lower level mp API directly and didn't have that. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>