kernel: fix some uses of disable_count
This commit is contained in:
parent
f86b770ff7
commit
744a208763
4 changed files with 7 additions and 14 deletions
|
@ -254,7 +254,6 @@ struct KernelCore::Impl {
|
|||
core_id)
|
||||
.IsSuccess());
|
||||
shutdown_threads[core_id]->SetName(fmt::format("SuspendThread:{}", core_id));
|
||||
shutdown_threads[core_id]->DisableDispatch();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue