mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 10:17:28 +00:00
vuart: change irq from 4 to 6
irq 4 is sharing with idma, after change vuart to level trigger, the idma driver could handle this irq 4 and send out EOI, which cause the irq storm. move vuart irq to a not used 6. Tracked-On: https://github.com/projectacrn/acrn-hypervisor/issues/1476 Signed-off-by: Jason Chen CJ <jason.cj.chen@intel.com>
This commit is contained in:
committed by
Xie, Nanlin
parent
6485666a93
commit
1c7d2f653a
@@ -33,7 +33,6 @@
|
||||
#include "uart16550.h"
|
||||
|
||||
#define COM1_BASE 0x3F8U
|
||||
#define COM1_IRQ 4U
|
||||
|
||||
#ifndef CONFIG_PARTITION_MODE
|
||||
static char vuart_rx_buf[RX_BUF_SIZE];
|
||||
|
Reference in New Issue
Block a user