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:
rsun3 2010-08-27 03:47:42 +00:00
parent b1b8c631f6
commit 1aa8ced11e
1 changed files with 6 additions and 0 deletions

View File

@ -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.
//