commit | ab17f69a72df4bff73ed262ded82dc661928d9e7 | [log] [tgz] |
---|---|---|
author | Ederson de Souza <ederson.desouza@intel.com> | Tue Jan 11 16:42:03 2022 -0800 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Feb 25 19:13:50 2022 -0500 |
tree | 8b39ac33ae56425c436128701d01eca2ac50ccea | |
parent | 2aab236c121774f4adbfc351961495681fb9e52f [diff] |
tests/kernel/fpu_sharing: Run test with MP_NUM_CPUS=1 This test uses k_yield() to "sync" between threads, so it's implicitly supposed to run on a single CPU. Make it explicit, to avoid issues on platforms with more cores. Signed-off-by: Ederson de Souza <ederson.desouza@intel.com> FIXKFLOATDISABLE