From bf7cc57b0a266e4e6d3b82b96368aed294335fcd Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Wed, 17 Jun 2009 21:15:16 +0000 Subject: 2009-06-18 Chris Johns * score/cpu/mips/rtems/mips/idtcpu.h: Missed another WAIT define. Removed. --- cpukit/ChangeLog | 5 +++++ cpukit/score/cpu/mips/rtems/mips/idtcpu.h | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 74ca83ffba..7fe7478eb9 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2009-06-18 Chris Johns + + * score/cpu/mips/rtems/mips/idtcpu.h: Missed another WAIT + define. Removed. + 2009-06-17 Chris Johns * libmisc/shell/extern-dd.h: Delcare the conv arrays extern to diff --git a/cpukit/score/cpu/mips/rtems/mips/idtcpu.h b/cpukit/score/cpu/mips/rtems/mips/idtcpu.h index 00455dc3d5..6b5ee12057 100644 --- a/cpukit/score/cpu/mips/rtems/mips/idtcpu.h +++ b/cpukit/score/cpu/mips/rtems/mips/idtcpu.h @@ -273,10 +273,11 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT #define Hit_Set_Virtual_SI 0x1E /* 7 2 */ #define Hit_Set_Virtual_SD 0x1F /* 7 3 */ +/* Disabled by chris -- horrible overload of common word. #ifndef WAIT #define WAIT .word 0x42000020 -#endif /* WAIT */ - +#endif +*/ /* Disabled by joel -- horrible overload of common word. #ifndef wait #define wait .word 0x42000020 -- cgit v1.2.3