From 39928f2ef46d9d1ded4164b41695f8733a532e8b Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Wed, 10 Jun 2026 12:11:03 +0200 Subject: [PATCH] Add documentation for InitializeProcessorAffinity --- xtoskrnl/hl/x86/cpu.cc | 7 +++++++ 1 file changed, 7 insertions(+) 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)