2005-11-18 Joel Sherrill <joel@OARcorp.com>

* rtems/score/cpu.h: Eliminate use of unsigned32.
This commit is contained in:
Joel Sherrill
2005-11-18 21:11:32 +00:00
parent cb19f3f8b2
commit 3883f7e76c
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-11-18 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Eliminate use of unsigned32.
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Eliminate unsigned16, unsigned32.

View File

@@ -699,7 +699,7 @@ extern unsigned int mips_interrupt_number_of_vectors;
* that a "reasonable" small application should not have any problems.
*/
#define CPU_STACK_MINIMUM_SIZE (2048*sizeof(unsigned32))
#define CPU_STACK_MINIMUM_SIZE (2048*sizeof(uint32_t))
/*