From a37b8f95b71fbf7c3b36ad1db57345a447a1e0c2 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 5 Feb 2002 21:04:39 +0000 Subject: 2001-02-05 Joel Sherrill * cpu_asm.S: Enhanced to save/restore more registers on exceptions. * rtems/score/cpu.h (CPU_Interrupt_frame): Enhanced to list every register individually and document when it is saved. * idtcpu.h: Added constants for the coprocessor 1 registers revision and status. --- cpukit/score/cpu/mips/rtems/mips/idtcpu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpukit/score/cpu/mips/rtems/mips/idtcpu.h') diff --git a/cpukit/score/cpu/mips/rtems/mips/idtcpu.h b/cpukit/score/cpu/mips/rtems/mips/idtcpu.h index bbddf23a1d..90d09a104d 100644 --- a/cpukit/score/cpu/mips/rtems/mips/idtcpu.h +++ b/cpukit/score/cpu/mips/rtems/mips/idtcpu.h @@ -427,6 +427,9 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT #define C0_ERRPC $30 /* cache error pc */ #endif +#define C1_REVISION $0 +#define C1_STATUS $31 + #endif XDS #ifdef R4650 -- cgit v1.2.3