commit | c44bd69c9a7575ea47cf0728d6297f36057c1674 | [log] [tgz] |
---|---|---|
author | Wayne Ren <wei.ren@synopsys.com> | Mon Apr 13 15:44:32 2020 +0800 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Tue May 26 17:47:42 2020 +0200 |
tree | 2e39a99cadf6105ec19253046107b4e761461040 | |
parent | 50ecfd2836b88a10faa70ad328cf76b9e4d02808 [diff] |
arch: arc: enable the workaround of sleep only for SMP case in nsim Because the issue of nsim, the sleep instruction doest not work correctly when SMP is enabled. A workaround is introduced in commit d56a12d955, this workaround should be enabled only for SMP case in nsim. For other cases, no need of this workaround. This commit fixes #24276 Signed-off-by: Wayne Ren <wei.ren@synopsys.com>