mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 10:58:48 +09:00
fiq_debugger: set uart irq no balancing
When IRQ BALANCING is enable, the log below is show: fiq_debugger:cpu 0 not responding,reverting to cpu 6 Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com> Change-Id: Ic5a1786ecb72dc4b28e9b9fa8428065e111e55ee
This commit is contained in:
@@ -1556,7 +1556,7 @@ static int fiq_debugger_probe(struct platform_device *pdev)
|
||||
pr_err("%s: could not install nmi irq handler\n", __func__);
|
||||
irq_clear_status_flags(state->uart_irq, IRQ_NOAUTOEN);
|
||||
ret = request_irq(state->uart_irq, fiq_debugger_uart_irq,
|
||||
IRQF_NO_SUSPEND, "debug", state);
|
||||
IRQF_NO_SUSPEND | IRQF_NOBALANCING, "debug", state);
|
||||
} else {
|
||||
enable_nmi(state->uart_irq);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user