Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25e8e652 authored by Ram Chandrasekar's avatar Ram Chandrasekar
Browse files

msm: lmh_lite: Enable interrupt inside critical section



Interrupt enable code is outside the critical section and
this can lead to race condition between multiple threads.
This race condition can result in enabling the interrupt,
which is disabled by the interrupt service routine. This
can lead to interrupt storm.

To avoid this, the interrupt enable is done inside critical
section to avoid any race condition.

CRs-Fixed: 850290
Change-Id: Ifeea212601e39b554740d88da0c662e4a9be0d87
Signed-off-by: default avatarRam Chandrasekar <rkumbako@codeaurora.org>
parent 89580aed
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment