
Use spin_lock_irqsave utility to avoid preemtpion of process_cmd thread in jpeg. This can come in rare conditions when IRQ is received on same CPU which is handling the thread. Such cases will result in deadlock conditions. CRs-Fixed: 3712176 Change-Id: Ib0d9997495272ab49a75b0419eb1e0fd84b1962c Signed-off-by: Dharmender Sharma <quic_dharshar@quicinc.com>