Skip to content
Commit 2aad888b authored by Kyle Piefer's avatar Kyle Piefer
Browse files

msm: kgsl: Use the correct spin_lock variant for HFI



The msglock is used both in a user context and in
a tasklet. In this case, the correct way to protect
the critical sections and prevent deadlocks is to
use spin_lock_bh() and spin_unlock_bh(). Change the
HFI code to use these functions.

Change-Id: I8ebb075fc48073858a3ce7eb36d57641c19eba9a
Signed-off-by: default avatarKyle Piefer <kpiefer@codeaurora.org>
parent 87b21110
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment