Skip to content
Commit ab3fa890 authored by Masayuki Ishikawa's avatar Masayuki Ishikawa
Browse files

SMP: Introduce spin_lock_wo_note() and spin_unlock_wo_note()



These APIs are used in sched_note.c to protect instumentation data.
The deffrence between these APIs to exsiting spin_lock() and spin_unlock()
is that they do not perform insturumentation to avoid recursive call
when SCHED_INSTRUMENTATION_SPINLOCKS=y.

Signed-off-by: default avatarMasayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com>
parent e276d4d1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment