summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/mips/rtems/mips/idtcpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-08 18:16:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-08 18:16:51 +0000
commit1800f71707063d8de2458b237e56497b63ab3f73 (patch)
tree8801625f12971a7cf5e05cc8cbd2619986c7a792 /cpukit/score/cpu/mips/rtems/mips/idtcpu.h
parent2001-01-08 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1800f71707063d8de2458b237e56497b63ab3f73.tar.bz2
2001-01-08 Joel Sherrill <joel@OARcorp.com>
* 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 <idtcpu.h>. * rtems/score/mips.h (mips_enable_in_interrupt_mask): Corrected.
Diffstat (limited to 'cpukit/score/cpu/mips/rtems/mips/idtcpu.h')
-rw-r--r--cpukit/score/cpu/mips/rtems/mips/idtcpu.h2
1 files changed, 2 insertions, 0 deletions
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