Files
android_kernel_samsung_sm86…/ipc
Prasad Kumpatla 2156bbab88 ipc: gpr: svcs_lock is used in both interrupt and normal context
svcs_lock is used in both interrupt and normal kernel context, so
in kernel context better to use the svcs_lock with spin_lock_irqsave()
and spin_unlock_restore().

Change-Id: I2026b85cba73e79bef4c8a8edafe5a27dd65f2f4
Signed-off-by: Prasad Kumpatla <quic_pkumpatl@quicinc.com>
2024-06-13 09:37:10 -07:00
..