patch-2.4.0-test2 linux/arch/ppc/kernel/m8260_setup.c

Next file: linux/arch/ppc/kernel/misc.S
Previous file: linux/arch/ppc/kernel/irq.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test1/linux/arch/ppc/kernel/m8260_setup.c linux/arch/ppc/kernel/m8260_setup.c
@@ -167,9 +167,11 @@
 
 	bp = (bd_t *)__res;
 			
-	len += sprintf(len+buffer,"clock\t\t: %dMHz\n"
-		       "bus clock\t: %dMHz\n",
+	len += sprintf(len+buffer,"core clock\t: %d MHz\n"
+		       "CPM  clock\t: %d MHz\n"
+		       "bus  clock\t: %d MHz\n",
 		       bp->bi_intfreq /*/ 1000000*/,
+		       bp->bi_cpmfreq /*/ 1000000*/,
 		       bp->bi_busfreq /*/ 1000000*/);
 
 	return len;

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