Lifecycle management of threads #29

Merged
harraiken merged 240 commits from threads into master 2026-09-07 13:45:09 +02:00
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 766e4d9603 - Show all commits

View File

@@ -137,6 +137,9 @@ KE::Processor::InitializeProcessorBlocks()
/* Zero the array initially */
RTL::Memory::ZeroMemory(ProcessorBlocks, InstalledCpus * sizeof(PKPROCESSOR_BLOCK));
/* Register the processor block for the BSP processor */
KE::Processor::RegisterProcessorBlock(0, KE::Processor::GetCurrentProcessorBlock());
/* Return success */
return STATUS_SUCCESS;
}

View File

@@ -137,6 +137,9 @@ KE::Processor::InitializeProcessorBlocks()
/* Zero the array initially */
RTL::Memory::ZeroMemory(ProcessorBlocks, InstalledCpus * sizeof(PKPROCESSOR_BLOCK));
/* Register the processor block for the BSP processor */
KE::Processor::RegisterProcessorBlock(0, KE::Processor::GetCurrentProcessorBlock());
/* Return success */
return STATUS_SUCCESS;
}