core: defer cpu shutdown
This commit is contained in:
parent
89221ca7d5
commit
23151ff498
1 changed files with 4 additions and 3 deletions
|
@ -380,9 +380,7 @@ struct System::Impl {
|
|||
gpu_core->NotifyShutdown();
|
||||
}
|
||||
|
||||
kernel.ShutdownCores();
|
||||
cpu_manager.Shutdown();
|
||||
debugger.reset();
|
||||
kernel.SuspendApplication(true);
|
||||
if (services) {
|
||||
services->KillNVNFlinger();
|
||||
}
|
||||
|
@ -398,6 +396,9 @@ struct System::Impl {
|
|||
gpu_core.reset();
|
||||
host1x_core.reset();
|
||||
perf_stats.reset();
|
||||
kernel.ShutdownCores();
|
||||
cpu_manager.Shutdown();
|
||||
debugger.reset();
|
||||
kernel.Shutdown();
|
||||
memory.Reset();
|
||||
|
||||
|
|
Loading…
Reference in a new issue