Sfoglia il codice sorgente

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

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Russell King 20 anni fa
parent
commit
0908db22b1
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      arch/arm/kernel/smp.c

+ 2 - 1
arch/arm/kernel/smp.c

@@ -145,7 +145,8 @@ int __init __cpu_up(unsigned int cpu)
 	pgd_free(pgd);
 	pgd_free(pgd);
 
 
 	if (ret) {
 	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
 		 * FIXME: We need to clean up the new idle thread. --rmk
 		 */
 		 */