sof/test
Tomasz Lauda 9a6616a89b spinlock: replace spin_lock_* with irq_local_*
Replaces spin_lock_* macros with irq_local_* macros
in many places. Most of the code doesn't need to keep
synchronization between cores. Setting critical section
by disabling local interrupts is enough. Spinlocks should
be used only in the places, where both cores have access.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
2019-08-07 14:22:52 +02:00
..
cmocka spinlock: replace spin_lock_* with irq_local_* 2019-08-07 14:22:52 +02:00
CMakeLists.txt cmake: add spdx license identifier 2019-06-02 16:38:17 +01:00