2009-06-18 Chris Johns <chrisj@rtems.org>

* score/cpu/mips/rtems/mips/idtcpu.h: Missed another WAIT
        define. Removed.
This commit is contained in:
Chris Johns
2009-06-17 21:15:16 +00:00
parent f382d0fb22
commit bf7cc57b0a
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2009-06-18 Chris Johns <chrisj@rtems.org>
* score/cpu/mips/rtems/mips/idtcpu.h: Missed another WAIT
define. Removed.
2009-06-17 Chris Johns <chrisj@rtems.org> 2009-06-17 Chris Johns <chrisj@rtems.org>
* libmisc/shell/extern-dd.h: Delcare the conv arrays extern to * libmisc/shell/extern-dd.h: Delcare the conv arrays extern to

View File

@@ -273,10 +273,11 @@ LICENSED MATERIAL - PROGRAM PROPERTY OF IDT
#define Hit_Set_Virtual_SI 0x1E /* 7 2 */ #define Hit_Set_Virtual_SI 0x1E /* 7 2 */
#define Hit_Set_Virtual_SD 0x1F /* 7 3 */ #define Hit_Set_Virtual_SD 0x1F /* 7 3 */
/* Disabled by chris -- horrible overload of common word.
#ifndef WAIT #ifndef WAIT
#define WAIT .word 0x42000020 #define WAIT .word 0x42000020
#endif /* WAIT */ #endif
*/
/* Disabled by joel -- horrible overload of common word. /* Disabled by joel -- horrible overload of common word.
#ifndef wait #ifndef wait
#define wait .word 0x42000020 #define wait .word 0x42000020