patch-2.4.22 linux-2.4.22/arch/ppc/kernel/mpc10x_common.c
Next file: linux-2.4.22/arch/ppc/kernel/ocp.c
Previous file: linux-2.4.22/arch/ppc/kernel/mk_defs.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/ppc/kernel/mpc10x_common.c
- Orig date:
2003-06-13 07:51:31.000000000 -0700
diff -urN linux-2.4.21/arch/ppc/kernel/mpc10x_common.c linux-2.4.22/arch/ppc/kernel/mpc10x_common.c
@@ -1,7 +1,7 @@
/*
* arch/ppc/kernel/mpc10x_common.c
- *
+ *
* Common routines for the Motorola SPS MPC106, MPC107 and MPC8240 Host bridge,
* Mem ctlr, EPIC, etc.
*
@@ -227,7 +227,7 @@
printk("Host bridge in Agent mode\n");
/* Read or Set LMBAR & PCSRBAR? */
}
-
+
/* Set base addr of the 8240/107 EUMB. */
early_write_config_dword(hose,
0,
@@ -236,7 +236,7 @@
phys_eumb_base);
/* Map EPIC register part of EUMB into vitual memory */
- OpenPIC_Addr =
+ OpenPIC_Addr =
ioremap(phys_eumb_base + MPC10X_EUMB_EPIC_OFFSET,
MPC10X_EUMB_EPIC_SIZE);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)