summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/i386/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-02-01 20:59:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-02-01 20:59:48 +0000
commit6952f3d948b7999f85fb904c6a9426e6600ebe81 (patch)
tree3cd2e6ea1e7dbb142b9ed5ce3f91dd50476b1055 /cpukit/score/cpu/i386/ChangeLog
parent2006-02-01 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-6952f3d948b7999f85fb904c6a9426e6600ebe81.tar.bz2
2006-02-01 Joel Sherrill <joel@OARcorp.com>
* rtems/score/cpu.h: Increase default stack size on i386 from 1K to 4K. Most i386 targets are not memory strapped so making this a bit large is not a burden. It lets more tests run. ticker and psxtimer will not even run with 1K of stack.
Diffstat (limited to 'cpukit/score/cpu/i386/ChangeLog')
-rw-r--r--cpukit/score/cpu/i386/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/score/cpu/i386/ChangeLog b/cpukit/score/cpu/i386/ChangeLog
index a5d46f9cee..2316547971 100644
--- a/cpukit/score/cpu/i386/ChangeLog
+++ b/cpukit/score/cpu/i386/ChangeLog
@@ -1,3 +1,10 @@
+2006-02-01 Joel Sherrill <joel@OARcorp.com>
+
+ * rtems/score/cpu.h: Increase default stack size on i386 from 1K to 4K.
+ Most i386 targets are not memory strapped so making this a bit large
+ is not a burden. It lets more tests run. ticker and psxtimer will not
+ even run with 1K of stack.
+
2005-11-08 Ralf Corsepius <ralf.corsepius@rtems.org>
* rtems/score/types.h: Eliminate unsigned16, unsigned32.