kernel: fix some uses of disable_count

This commit is contained in:
Liam 2022-06-15 20:53:49 -04:00
parent 1d8e860c47
commit 6d5cc6b2a2
4 changed files with 7 additions and 14 deletions

View file

@ -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();
}
}