UefiCpuPkg:Remove code to handle APIC setting and Interrupt
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 <dun.tan@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com> Cc: Rahul Kumar <rahul1.kumar@intel.com> Cc: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Jiaxin Wu <jiaxin.wu@intel.com>
This commit is contained in:
@@ -105,11 +105,6 @@ InitializeCpuBeforeRebase (
|
||||
IN BOOLEAN IsBsp
|
||||
)
|
||||
{
|
||||
ProgramVirtualWireMode ();
|
||||
if (!IsBsp) {
|
||||
DisableLvtInterrupts ();
|
||||
}
|
||||
|
||||
//
|
||||
// Count down the number with lock mechanism.
|
||||
//
|
||||
|
Reference in New Issue
Block a user