Loading arch/mips/mips-boards/generic/init.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -251,8 +251,6 @@ void __init mips_ejtag_setup (void) void __init prom_init(void) void __init prom_init(void) { { u32 start, map, mask, data; prom_argc = fw_arg0; prom_argc = fw_arg0; _prom_argv = (int *) fw_arg1; _prom_argv = (int *) fw_arg1; _prom_envp = (int *) fw_arg2; _prom_envp = (int *) fw_arg2; Loading @@ -278,6 +276,8 @@ void __init prom_init(void) mips_revision_corid = MIPS_REVISION_CORID_CORE_EMUL_MSC; mips_revision_corid = MIPS_REVISION_CORID_CORE_EMUL_MSC; } } switch(mips_revision_corid) { switch(mips_revision_corid) { u32 start, map, mask, data; case MIPS_REVISION_CORID_QED_RM5261: case MIPS_REVISION_CORID_QED_RM5261: case MIPS_REVISION_CORID_CORE_LV: case MIPS_REVISION_CORID_CORE_LV: case MIPS_REVISION_CORID_CORE_FPGA: case MIPS_REVISION_CORID_CORE_FPGA: Loading Loading
arch/mips/mips-boards/generic/init.c +2 −2 Original line number Original line Diff line number Diff line Loading @@ -251,8 +251,6 @@ void __init mips_ejtag_setup (void) void __init prom_init(void) void __init prom_init(void) { { u32 start, map, mask, data; prom_argc = fw_arg0; prom_argc = fw_arg0; _prom_argv = (int *) fw_arg1; _prom_argv = (int *) fw_arg1; _prom_envp = (int *) fw_arg2; _prom_envp = (int *) fw_arg2; Loading @@ -278,6 +276,8 @@ void __init prom_init(void) mips_revision_corid = MIPS_REVISION_CORID_CORE_EMUL_MSC; mips_revision_corid = MIPS_REVISION_CORID_CORE_EMUL_MSC; } } switch(mips_revision_corid) { switch(mips_revision_corid) { u32 start, map, mask, data; case MIPS_REVISION_CORID_QED_RM5261: case MIPS_REVISION_CORID_QED_RM5261: case MIPS_REVISION_CORID_CORE_LV: case MIPS_REVISION_CORID_CORE_LV: case MIPS_REVISION_CORID_CORE_FPGA: case MIPS_REVISION_CORID_CORE_FPGA: Loading