Skip to content

Commit

Permalink
UefiCpuPkg:Remove code to handle APIC setting and Interrupt
Browse files Browse the repository at this point in the history
Remove ProgramVirtualWireMode()/DisableLvtInterrupts()
since APs won't be waken by INIT-SIPI-SIPI in CpuS3.c
any more. The two functions has been executed in
MpInitLibInitialize() in PeiMplib.

Signed-off-by: Dun Tan <[email protected]>
Reviewed-by: Ray Ni <[email protected]>
Cc: Rahul Kumar <[email protected]>
Cc: Gerd Hoffmann <[email protected]>
Reviewed-by: Jiaxin Wu <[email protected]>
  • Loading branch information
td36 authored and mergify[bot] committed Jun 4, 2024
1 parent cdc1a88 commit 525578b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions UefiCpuPkg/PiSmmCpuDxeSmm/CpuS3.c
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ InitializeCpuBeforeRebase (
IN BOOLEAN IsBsp
)
{
ProgramVirtualWireMode ();
if (!IsBsp) {
DisableLvtInterrupts ();
}

//
// Count down the number with lock mechanism.
//
Expand Down

0 comments on commit 525578b

Please sign in to comment.