mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
fiq_debugger: switch to cpu0 as default
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com> Change-Id: Ie3d10478ce3d687eec3a8e3dcd833af4154105a1
This commit is contained in:
parent
c3a11b6021
commit
ca8b52d209
|
|
@ -1542,6 +1542,10 @@ static int fiq_debugger_probe(struct platform_device *pdev)
|
|||
register_console(&state->console);
|
||||
fiq_debugger_tty_init_one(state);
|
||||
#endif
|
||||
|
||||
/* switch to cpu0 default */
|
||||
fiq_debugger_switch_cpu(state, 0);
|
||||
|
||||
return 0;
|
||||
|
||||
err_register_irq:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user