patch-2.4.22 linux-2.4.22/arch/mips/vr41xx/common/reset.c
Next file: linux-2.4.22/arch/mips/vr41xx/common/serial.c
Previous file: linux-2.4.22/arch/mips/vr41xx/common/pciu.c
Back to the patch index
Back to the overall index
- Lines: 14
- Date:
2003-08-25 04:44:40.000000000 -0700
- Orig file:
linux-2.4.21/arch/mips/vr41xx/common/reset.c
- Orig date:
2002-11-28 15:53:10.000000000 -0800
diff -urN linux-2.4.21/arch/mips/vr41xx/common/reset.c linux-2.4.22/arch/mips/vr41xx/common/reset.c
@@ -18,10 +18,10 @@
void vr41xx_restart(char *command)
{
- change_cp0_status((ST0_BEV | ST0_ERL), (ST0_BEV | ST0_ERL));
- change_cp0_config(CONF_CM_CMASK, CONF_CM_UNCACHED);
+ change_c0_status((ST0_BEV | ST0_ERL), (ST0_BEV | ST0_ERL));
+ change_c0_config(CONF_CM_CMASK, CONF_CM_UNCACHED);
flush_cache_all();
- write_32bit_cp0_register(CP0_WIRED, 0);
+ write_c0_wired(0);
__asm__ __volatile__("jr\t%0"::"r"(0xbfc00000));
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)