From 3883f7e76c28c911ecc17f04f4515d37b6d64988 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 18 Nov 2005 21:11:32 +0000 Subject: 2005-11-18 Joel Sherrill * rtems/score/cpu.h: Eliminate use of unsigned32. --- cpukit/score/cpu/mips/ChangeLog | 4 ++++ cpukit/score/cpu/mips/rtems/score/cpu.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/score/cpu/mips/ChangeLog b/cpukit/score/cpu/mips/ChangeLog index b5adde6c85..841af237d8 100644 --- a/cpukit/score/cpu/mips/ChangeLog +++ b/cpukit/score/cpu/mips/ChangeLog @@ -1,3 +1,7 @@ +2005-11-18 Joel Sherrill + + * rtems/score/cpu.h: Eliminate use of unsigned32. + 2005-11-08 Ralf Corsepius * rtems/score/types.h: Eliminate unsigned16, unsigned32. diff --git a/cpukit/score/cpu/mips/rtems/score/cpu.h b/cpukit/score/cpu/mips/rtems/score/cpu.h index bcba370b35..ad40cbaf4f 100644 --- a/cpukit/score/cpu/mips/rtems/score/cpu.h +++ b/cpukit/score/cpu/mips/rtems/score/cpu.h @@ -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)) /* -- cgit v1.2.3