mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-07 17:46:15 +00:00
DM: wrap ASSERT/DEASSERT IRQ line with Set/Clear IRQ line
- remove ASSERT & DEASSET IRQ line IOCTLs - remove PULSE IRQ line IOCTLs, use set/clear IRQ line instead. - Use IC_SET_IRQLINE to set or clear IRQ line Tracked-On: #861 Signed-off-by: Yonghua Huang <yonghua.huang@intel.com> Reviewed-by: Jason Chen CJ <jason.cj.chen@intel.com> Reviewed-by: Eddie Dong <eddie.dong@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
This commit is contained in:
committed by
Xie, Nanlin
parent
e12f88b8c7
commit
b686b562f4
@@ -105,9 +105,9 @@ lpc_uart_intr_assert(void *arg)
|
||||
assert(lpc_uart->irq >= 0);
|
||||
|
||||
if (lpc_bridge)
|
||||
vm_isa_pulse_irq(lpc_bridge->vmctx,
|
||||
vm_set_gsi_irq(lpc_bridge->vmctx,
|
||||
lpc_uart->irq,
|
||||
lpc_uart->irq);
|
||||
GSI_RAISING_PULSE);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user