kernel/drivers/soc/rockchip/fiq_debugger/fiq_debugger.c | ●●●●● patch | view | raw | blame | history |
kernel/drivers/soc/rockchip/fiq_debugger/fiq_debugger.c
.. .. @@ -1556,7 +1556,7 @@ 1556 1556 pr_err("%s: could not install nmi irq handler\n", __func__); 1557 1557 irq_clear_status_flags(state->uart_irq, IRQ_NOAUTOEN); 1558 1558 ret = request_irq(state->uart_irq, fiq_debugger_uart_irq, 1559 - IRQF_NO_SUSPEND, "debug", state);1559 + IRQF_NO_SUSPEND | IRQF_NOBALANCING, "debug", state);1560 1560 } else { 1561 1561 enable_nmi(state->uart_irq); 1562 1562 }