
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>