|
@@ -149,6 +149,7 @@ void __init
|
|
mpc85xx_cds_init_IRQ(void)
|
|
mpc85xx_cds_init_IRQ(void)
|
|
{
|
|
{
|
|
bd_t *binfo = (bd_t *) __res;
|
|
bd_t *binfo = (bd_t *) __res;
|
|
|
|
+ int i;
|
|
|
|
|
|
/* Determine the Physical Address of the OpenPIC regs */
|
|
/* Determine the Physical Address of the OpenPIC regs */
|
|
phys_addr_t OpenPIC_PAddr = binfo->bi_immr_base + MPC85xx_OPENPIC_OFFSET;
|
|
phys_addr_t OpenPIC_PAddr = binfo->bi_immr_base + MPC85xx_OPENPIC_OFFSET;
|