diff --git a/xtoskrnl/hl/x86/cpu.cc b/xtoskrnl/hl/x86/cpu.cc index 202d4ef3b..f5f406d7a 100644 --- a/xtoskrnl/hl/x86/cpu.cc +++ b/xtoskrnl/hl/x86/cpu.cc @@ -46,6 +46,13 @@ HL::Cpu::InitializeProcessor(VOID) HL::RunLevel::SetRunLevel(ProcessorBlock->RunLevel); } +/** + * Initializes the global processor affinity map for active processors and registers Bootstrap Processor (BSP). + * + * @return This routine returns a status code indicating the success or failure of the operation. + * + * @since XT 1.0 + */ XTAPI XTSTATUS HL::Cpu::InitializeProcessorAffinity(VOID)