quark_se: Correct UART_IRQ_FLAGS to IOAPIC_LEVEL
This patch basically reverts patch "QMSI/uart: Use IOAPIC_EDGE instead of IOAPIC_LEVEL". The issue with lost UART interrupts is fixed with following patch: "_loapic_isr_vector_get: fix implementation" which is a proper way. Change-Id: I07aa168335827b09db7fcb2486b01585648ff5d6 Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
This commit is contained in:
parent
03c41c80a9
commit
1aa71161c0
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
|||
*/
|
||||
#define PINMUX_BASE_ADDR 0xb0800900
|
||||
|
||||
#define UART_IRQ_FLAGS (IOAPIC_EDGE | IOAPIC_HIGH)
|
||||
#define UART_IRQ_FLAGS (IOAPIC_LEVEL | IOAPIC_HIGH)
|
||||
|
||||
#endif /* _ASMLANGUAGE */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue