summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-11-18 21:11:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-11-18 21:11:32 +0000
commit3883f7e76c28c911ecc17f04f4515d37b6d64988 (patch)
treef9e63e3d2e9aed3a7c76de933314fe4294f09634
parent2005-11-17 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-3883f7e76c28c911ecc17f04f4515d37b6d64988.tar.bz2
2005-11-18 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Eliminate use of unsigned32.
-rw-r--r--cpukit/score/cpu/mips/ChangeLog4
-rw-r--r--cpukit/score/cpu/mips/rtems/score/cpu.h2
2 files changed, 5 insertions, 1 deletions
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 <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.
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))
/*