From 1800f71707063d8de2458b237e56497b63ab3f73 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 8 Jan 2001 18:16:51 +0000 Subject: 2001-01-08 Joel Sherrill * idtcpu.h: Commented out definition of "wait". It was stupid to use such a common word as a macro. * rtems/score/cpu.h (_CPU_ISR_Disable): Fixed for mips ISA 3. * rtems/score/mips.h: Added include of . * rtems/score/mips.h (mips_enable_in_interrupt_mask): Corrected. --- cpukit/score/cpu/mips/rtems/mips/idtcpu.h | 2 ++ 1 file changed, 2 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 02153b184f..bbddf23a1d 100644 --- a/cpukit/score/cpu/mips/rtems/mips/idtcpu.h +++ b/cpukit/score/cpu/mips/rtems/mips/idtcpu.h @@ -176,9 +176,11 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT #define WAIT .word 0x42000020 #endif WAIT +/* Disabled by joel -- horrible overload of common word. #ifndef wait #define wait .word 0x42000020 #endif wait +*/ #endif -- cgit v1.2.3