ARM-software / synchronization-benchmarks

Collection of synchronization micro-benchmarks and traces from infrastructure applications
Other
37 stars 36 forks source link

osq_lock: add define to use smp_cond_load_relaxed. #70

Open matt2909 opened 2 years ago

matt2909 commented 2 years ago

Adds a define USE_SMP_COND_LOAD_RELAXED that enables use of smp_cond_load_relaxed in osq_lock spin (as per v5.6 kernel).

To address issue #69.