mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-26 08:20:18 +00:00
smp: Print success message on CPU#0
SMP secondary prints only go to UART, so we need something on the main CPU for other iodev consoles. Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
34c1dc50ae
commit
fcdf2aede9
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,8 @@ static void smp_start_cpu(int index, int cluster, int core, u64 rvbar, u64 cpu_s
|
|||
|
||||
if (i >= 500)
|
||||
printf("Failed!\n");
|
||||
else
|
||||
printf(" Started.\n");
|
||||
}
|
||||
|
||||
void smp_start_secondaries(void)
|
||||
|
|
Loading…
Reference in a new issue