mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-28 16:00:30 +08:00
2009-06-15 Chris Johns <chrisj@rtems.org>
* score/cpu/mips/rtems/mips/idtcpu.h: Remote WAIT define. Horrible
overload.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2009-06-15 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
* score/cpu/mips/rtems/mips/idtcpu.h: Remote WAIT define. Horrible
|
||||
overload.
|
||||
|
||||
2009-06-13 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* score/src/heapwalk.c: Remove include of stdlib.h since abort was not
|
||||
|
||||
@@ -178,10 +178,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 */
|
||||
|
||||
*/
|
||||
/* Disabled by joel -- horrible overload of common word.
|
||||
#ifndef wait
|
||||
#define wait .word 0x42000020
|
||||
|
||||
Reference in New Issue
Block a user