ptos: Initialize per-processor pool regions

Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
2026-07-13 18:35:39 -04:00
parent 7a8fbe7025
commit 895521c510
6 changed files with 94 additions and 1 deletions
+6
View File
@@ -61,3 +61,9 @@ HalKpcrP1Init(KPCR *Kpcr)
/* Save the current KPCR */
MdWrmsr(IA32_GS_BASE, (UPTR)Kpcr);
}
VOID
HalKpcrP2Init(KPCR *Kpcr)
{
ExPoolRegionInit(&Kpcr->PoolRegion);
}