mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09: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:
@@ -1542,6 +1542,10 @@ console_out:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user