patch-2.4.25 linux-2.4.25/arch/mips/vr41xx/tanbac-tb0229/init.c
Next file: linux-2.4.25/arch/mips/vr41xx/tanbac-tb0229/setup.c
Previous file: linux-2.4.25/arch/mips/vr41xx/tanbac-tb0226/setup.c
Back to the patch index
Back to the overall index
- Lines: 26
- Date:
2004-02-18 05:36:30.000000000 -0800
- Orig file:
linux-2.4.24/arch/mips/vr41xx/tanbac-tb0229/init.c
- Orig date:
2003-08-25 04:44:40.000000000 -0700
diff -urN linux-2.4.24/arch/mips/vr41xx/tanbac-tb0229/init.c linux-2.4.25/arch/mips/vr41xx/tanbac-tb0229/init.c
@@ -37,7 +37,6 @@
void __init prom_init(int argc, char **argv, unsigned long magic, int *prom_vec)
{
- u32 config;
int i;
/*
@@ -51,17 +50,6 @@
mips_machgroup = MACH_GROUP_NEC_VR41XX;
mips_machtype = MACH_TANBAC_TB0229;
-
- switch (current_cpu_data.processor_id) {
- case PRID_VR4131_REV1_2:
- config = read_c0_config();
- config &= ~0x00000030UL;
- config |= 0x00410000UL;
- write_c0_config(config);
- break;
- default:
- break;
- }
}
void __init prom_free_prom_memory (void)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)