patch-2.3.45 linux/arch/ppc/kernel/setup.c

Next file: linux/arch/ppc/kernel/smp.c
Previous file: linux/arch/ppc/kernel/prom.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.44/linux/arch/ppc/kernel/setup.c linux/arch/ppc/kernel/setup.c
@@ -221,7 +221,7 @@
 		if ( i )
 			len += sprintf(len+buffer,"\n");
 		len += sprintf(len+buffer,"processor\t: %lu\n",i);
-		len += sprintf(len+buffer,"cpu\t\t:  ");
+		len += sprintf(len+buffer,"cpu\t\t: ");
 
 		pvr = GET_PVR;
 	
@@ -656,7 +656,6 @@
 
 #ifdef CONFIG_BOOTX_TEXT
 	map_bootx_text();
-	prom_print("identify machine\n");
 #endif
 
 #ifdef CONFIG_XMON

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)