commit | 58bc81573f7f4011362c3d98f67990dd7ecad7db | [log] [tgz] |
---|---|---|
author | Andy Ross <andrew.j.ross@intel.com> | Mon May 17 08:03:56 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Mon May 17 15:27:37 2021 -0400 |
tree | d4454ecc81c9d1adeeff80391746e1d68f0f8862 | |
parent | 2a7edbdbd675fd289bcafd3de4dd6853ea59e200 [diff] |
tests/kernel/common: Remove needless 1cpu limitation from test_clock_uptime It's not at all clear to me why this was set to 1cpu, it's a single thread doing sequential things. (I tripped over it because the 1cpu happened to tickle an unrelated arm64 bug with interrupt state. But we might as well fix it here.) Signed-off-by: Andy Ross <andrew.j.ross@intel.com>