ptos: Initialize per-processor pool regions
Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
@@ -61,3 +61,9 @@ HalKpcrP1Init(KPCR *Kpcr)
|
||||
/* Save the current KPCR */
|
||||
MdWrmsr(IA32_GS_BASE, (UPTR)Kpcr);
|
||||
}
|
||||
|
||||
VOID
|
||||
HalKpcrP2Init(KPCR *Kpcr)
|
||||
{
|
||||
ExPoolRegionInit(&Kpcr->PoolRegion);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user