diff options
author | Gleb O. Raiko <raiko@niisi.msk.ru> | 2000-03-13 10:33:02 +0000 |
---|---|---|
committer | Gleb O. Raiko <raiko@niisi.msk.ru> | 2000-03-13 10:33:02 +0000 |
commit | 9332bf5462630e1f20ba65152ed64231bcc52e9c (patch) | |
tree | 53b846368b2b52cf3d10017779db1c35c8090168 /include/asm-mips/processor.h | |
parent | ae38fd1e4c98588314a42097c5a5e77dcef23561 (diff) |
Add R3081 support
Diffstat (limited to 'include/asm-mips/processor.h')
-rw-r--r-- | include/asm-mips/processor.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/asm-mips/processor.h b/include/asm-mips/processor.h index 6c9334269..fc4dff224 100644 --- a/include/asm-mips/processor.h +++ b/include/asm-mips/processor.h @@ -1,4 +1,4 @@ -/* $Id: processor.h,v 1.24 2000/01/29 01:42:28 ralf Exp $ +/* $Id: processor.h,v 1.25 2000/02/05 06:47:37 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive @@ -37,7 +37,9 @@ struct mips_cpuinfo { * System setup and hardware flags.. * XXX: Should go into mips_cpuinfo. */ -extern char wait_available; /* only available on R4[26]00 */ +extern void (*cpu_wait)(void); /* only available on R4[26]00 and R3081 */ +extern void r3081_wait(void); +extern void r4k_wait(void); extern char cyclecounter_available; /* only available from R4000 upwards. */ extern char dedicated_iv_available; /* some embedded MIPS like Nevada */ extern char vce_available; /* Supports VCED / VCEI exceptions */ |