patch-2.4.22 linux-2.4.22/arch/ppc/kernel/m8260_setup.c
Next file: linux-2.4.22/arch/ppc/kernel/m8xx_setup.c
Previous file: linux-2.4.22/arch/ppc/kernel/l2cr.S
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/ppc/kernel/m8260_setup.c
- Orig date:
2003-06-13 07:51:31.000000000 -0700
diff -urN linux-2.4.21/arch/ppc/kernel/m8260_setup.c linux-2.4.22/arch/ppc/kernel/m8260_setup.c
@@ -148,7 +148,7 @@
bd_t *bp;
bp = (bd_t *)__res;
-
+
seq_printf(m, "core clock\t: %d MHz\n"
"CPM clock\t: %d MHz\n"
"bus clock\t: %d MHz\n",
@@ -176,7 +176,7 @@
#endif
for ( i = 0 ; i < NR_SIU_INTS ; i++ )
irq_desc[i].handler = &ppc8260_pic;
-
+
/* Initialize the default interrupt mapping priorities,
* in case the boot rom changed something on us.
*/
@@ -195,7 +195,7 @@
{
bd_t *binfo;
extern unsigned char __res[];
-
+
binfo = (bd_t *)__res;
return binfo->bi_memsize;
@@ -221,7 +221,7 @@
if ( r3 )
memcpy( (void *)__res,(void *)(r3+KERNELBASE), sizeof(bd_t) );
-
+
#ifdef CONFIG_BLK_DEV_INITRD
/* take care of initrd if we have one */
if ( r4 )
@@ -233,7 +233,7 @@
/* take care of cmd line */
if ( r6 )
{
-
+
*(char *)(r7+KERNELBASE) = 0;
strcpy(cmd_line, (char *)(r6+KERNELBASE));
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)