patch-2.1.107 linux/arch/alpha/kernel/smp.c

Next file: linux/arch/alpha/kernel/t2.c
Previous file: linux/arch/alpha/kernel/smc37c669.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.106/linux/arch/alpha/kernel/smp.c linux/arch/alpha/kernel/smp.c
@@ -397,9 +397,8 @@
   return -EINVAL;
 }
 
-/* Only broken Intel needs this, thus it should not even be referenced
- * globally...
- */
+/* Only broken Intel needs this, thus it should not even be referenced globally.
+*/
 __initfunc(void initialize_secondary(void))
 {
 	printk("initialize_secondary: entry\n");
@@ -673,7 +672,7 @@
 static int
 unknown_ipi(unsigned int this_cpu)
 {
-	printk("unknown_ipi() on cpu %d:  ", this_cpu);
+	printk("unknown_ipi() on CPU %d:  ", this_cpu);
 	return 1;
 }
 
@@ -762,7 +761,7 @@
 	send_ipi_message(CPU_STOP, cpu_present_map ^ (1 << me));
 	return;
 barf:
-	printk("Yeeee, trying to send SMP msg(%d) on cpu %d\n", msg, me);
+	printk("Yeeee, trying to send SMP msg(%d) on CPU %d\n", msg, me);
 	panic("Bogon SMP message pass.");
 }
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov