mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-21 08:50:27 +00:00
uefi: remove warkaround for AP wakeup
remove sipi_from_efi_boot_service_exit & efi_deferred_wakeup_pcpu workaround for uefi boot flow Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com> Acked-by: Xu, Anthony <anthony.xu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>
This commit is contained in:
@@ -521,9 +521,4 @@ struct ioapic {
|
||||
|
||||
#define IOAPIC_RTE_INTVEC 0x000000ff /*R/W: INT vector field*/
|
||||
|
||||
#ifdef CONFIG_EFI_STUB
|
||||
int sipi_from_efi_boot_service_exit(uint32_t dest, uint32_t mode, uint32_t vec);
|
||||
void efi_deferred_wakeup_pcpu(int cpu_id);
|
||||
#endif
|
||||
|
||||
#endif /* _APICREG_H_ */
|
||||
|
Reference in New Issue
Block a user