ptos/amd64: cpu: Enable interrupts after P2 init
Signed-off-by: Chloe M <chloe@mensia.org>
This commit is contained in:
@@ -91,4 +91,7 @@ HalKpcrP2Init(KPCR *Kpcr)
|
||||
|
||||
/* Initialize the scheduler queue */
|
||||
SCHED_QUEUE_INIT(&Kpcr->SchedQueue);
|
||||
|
||||
/* Enable interrupts */
|
||||
ASMV("sti");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user