Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0908db22 authored by Russell King's avatar Russell King
Browse files

[PATCH] ARM SMP: Messages about CPUs should be prefixed by CPU%u

parent ea4423c3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -145,7 +145,8 @@ int __init __cpu_up(unsigned int cpu)
	pgd_free(pgd);

	if (ret) {
		printk(KERN_CRIT "cpu_up: processor %d failed to boot\n", cpu);
		printk(KERN_CRIT "CPU%u: processor failed to boot\n", cpu);

		/*
		 * FIXME: We need to clean up the new idle thread. --rmk
		 */