Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linux-gen: ticketlock: enable WFE on aarch64
Use WFE instruction on aarch64 to replace ISB instrution, making threads waiting for their turn into low-power state. Performance test with "odp_lock_perf" shows that it could reduce IPC while maintain similar performance. Signed-off-by: Fan Hong <fan.hong@arm.com>
- Loading branch information