The sched_lock mutex goes after the sio mutex in the locking order since
a software interrupt can be scheduled in the sio interrupt handler while the sio mutex is held.
This commit is contained in:
parent
bbc7a98a31
commit
8f838cb563
@ -703,8 +703,8 @@ static char *ignore_list[] = {
|
||||
};
|
||||
|
||||
static char *spin_order_list[] = {
|
||||
"sched lock",
|
||||
"sio",
|
||||
"sched lock",
|
||||
#ifdef __i386__
|
||||
"clk",
|
||||
#endif
|
||||
|
@ -703,8 +703,8 @@ static char *ignore_list[] = {
|
||||
};
|
||||
|
||||
static char *spin_order_list[] = {
|
||||
"sched lock",
|
||||
"sio",
|
||||
"sched lock",
|
||||
#ifdef __i386__
|
||||
"clk",
|
||||
#endif
|
||||
|
@ -703,8 +703,8 @@ static char *ignore_list[] = {
|
||||
};
|
||||
|
||||
static char *spin_order_list[] = {
|
||||
"sched lock",
|
||||
"sio",
|
||||
"sched lock",
|
||||
#ifdef __i386__
|
||||
"clk",
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user