Mark BSP processor as started
This commit is contained in:
@@ -476,8 +476,9 @@ AR::ProcessorSupport::InitializeProcessorBlock(OUT PKPROCESSOR_BLOCK ProcessorBl
|
||||
/* Set initial MXCSR register value */
|
||||
ProcessorBlock->Prcb.MxCsr = INITIAL_MXCSR;
|
||||
|
||||
/* Set initial runlevel */
|
||||
/* Set initial runlevel and mark processor as started */
|
||||
ProcessorBlock->RunLevel = PASSIVE_LEVEL;
|
||||
ProcessorBlock->Started = TRUE;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -465,8 +465,9 @@ AR::ProcessorSupport::InitializeProcessorBlock(OUT PKPROCESSOR_BLOCK ProcessorBl
|
||||
ProcessorBlock->Prcb.IdleThread = &(KE::KThread::GetInitialThread())->ThreadControlBlock;
|
||||
ProcessorBlock->Prcb.NextThread = NULLPTR;
|
||||
|
||||
/* Set initial runlevel */
|
||||
/* Set initial runlevel and mark processor as started */
|
||||
ProcessorBlock->RunLevel = PASSIVE_LEVEL;
|
||||
ProcessorBlock->Started = TRUE;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user