From 9332bf5462630e1f20ba65152ed64231bcc52e9c Mon Sep 17 00:00:00 2001 From: "Gleb O. Raiko" Date: Mon, 13 Mar 2000 10:33:02 +0000 Subject: Add R3081 support --- include/asm-mips/processor.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include/asm-mips/processor.h') 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 */ -- cgit v1.2.3