mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm: subsystem: switch restart_level from SOC to INDEPENDENT.
To restart the individual module when crash occurs instead of whole system panic. Change-Id: I3e2374d9a89d4778b0811457042720478aa8683e Signed-off-by: tzuhsuan_chen <tzuhsuan_chen@asus.com>
This commit is contained in:
parent
b2a127bf8c
commit
2b132be8af
1 changed files with 1 additions and 1 deletions
|
@ -578,7 +578,7 @@ static int __init ssr_init_soc_restart_orders(void)
|
|||
|
||||
static int __init subsys_restart_init(void)
|
||||
{
|
||||
restart_level = RESET_SOC;
|
||||
restart_level = RESET_SUBSYS_INDEPENDENT;
|
||||
|
||||
ssr_wq = alloc_workqueue("ssr_wq", WQ_CPU_INTENSIVE, 0);
|
||||
if (!ssr_wq)
|
||||
|
|
Loading…
Reference in a new issue