diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2001-05-04 16:25:08 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2001-05-04 16:25:08 +0000 |
commit | a9a931336a3c21c6a0e830c25c1372280e80cc6b (patch) | |
tree | fca1ff357d5d52500aa4318f5cb651226a31f912 /arch/mips/gt64120/momenco_ocelot | |
parent | c67112d2bd7f60d37f0e25bd6747ae908316f952 (diff) |
More *_cp0_status fixes from David Woodhouse.
Diffstat (limited to 'arch/mips/gt64120/momenco_ocelot')
-rw-r--r-- | arch/mips/gt64120/momenco_ocelot/reset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/gt64120/momenco_ocelot/reset.c b/arch/mips/gt64120/momenco_ocelot/reset.c index a54b9d6ff..039ad758a 100644 --- a/arch/mips/gt64120/momenco_ocelot/reset.c +++ b/arch/mips/gt64120/momenco_ocelot/reset.c @@ -27,7 +27,7 @@ void momenco_ocelot_restart(char *command) * detection stuff. */ clear_cp0_status(ST0_BEV | ST0_ERL); - set_cp0_config(CONF_CM_CMASK, CONF_CM_UNCACHED); + change_cp0_config(CONF_CM_CMASK, CONF_CM_UNCACHED); flush_cache_all(); write_32bit_cp0_register(CP0_WIRED, 0); __asm__ __volatile__("jr\t%0"::"r"(0xbfc00000)); |