Revert "hv: x2apic support for acrn"

This reverts commit 348e2ba168.
This commit is contained in:
Jason Chen CJ
2018-10-19 13:41:03 +08:00
committed by Xie, Nanlin
parent 85ececd2d7
commit 6485666a93
14 changed files with 326 additions and 132 deletions

View File

@@ -484,7 +484,7 @@ void interrupt_init(uint16_t pcpu_id)
struct host_idt_descriptor *idtd = &HOST_IDTR;
set_idt(idtd);
init_lapic();
init_lapic(pcpu_id);
init_default_irqs(pcpu_id);
#ifndef CONFIG_EFI_STUB
CPU_IRQ_ENABLE();