Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
arch/armv7-a: fix assert in up_cpu_resume() with common pause API
This patch fix the assert issue happened on product with commit ("os/arch/armv7-a: add api to pause and resume all CPUs") If signaling task is scheduled on the current CPU, then we don't need to resume the other CPUS as we don't pause them before. Signed-off-by: Neelkumar Patel <[email protected]>
- Loading branch information