mirror of https://github.com/acidanthera/audk.git
Program virtual wire mode and disable LINT0 and LINT1 in ApProcWrapper() of MpServicesOnFrameworkMpServicesThunk.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10828 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b1b8c631f6
commit
1aa8ced11e
|
@ -1137,6 +1137,12 @@ ApProcWrapper (
|
|||
UINTN ProcessorNumber;
|
||||
CPU_DATA_BLOCK *CpuData;
|
||||
|
||||
//
|
||||
// Program virtual wire mode for AP, since it will be lost after AP wake up
|
||||
//
|
||||
ProgramVirtualWireMode ();
|
||||
DisableLvtInterrupts ();
|
||||
|
||||
//
|
||||
// Initialize Debug Agent to support source level debug on AP code.
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue