summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-27 18:19:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-27 18:19:33 +0000
commitfd234b864cace44a3fc4b77bdf0f9dd60aa56f20 (patch)
treeafdf75205853627514e5974653bcf3032e32c1e7
parent2009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-fd234b864cace44a3fc4b77bdf0f9dd60aa56f20.tar.bz2
2009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* rtems/score/cpu.h: AVR stack grows down.
-rw-r--r--cpukit/score/cpu/avr/ChangeLog4
-rw-r--r--cpukit/score/cpu/avr/rtems/score/cpu.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/score/cpu/avr/ChangeLog b/cpukit/score/cpu/avr/ChangeLog
index a6b0863c11..ca48ff6c92 100644
--- a/cpukit/score/cpu/avr/ChangeLog
+++ b/cpukit/score/cpu/avr/ChangeLog
@@ -1,3 +1,7 @@
+2009-02-27 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * rtems/score/cpu.h: AVR stack grows down.
+
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpu.c, rtems/score/cpu.h: Change prototype of IDLE thread to
diff --git a/cpukit/score/cpu/avr/rtems/score/cpu.h b/cpukit/score/cpu/avr/rtems/score/cpu.h
index 980eb3d62a..48e72c57c9 100644
--- a/cpukit/score/cpu/avr/rtems/score/cpu.h
+++ b/cpukit/score/cpu/avr/rtems/score/cpu.h
@@ -317,7 +317,7 @@ extern "C" {
* XXX document implementation including references if appropriate
*/
-#define CPU_STACK_GROWS_UP TRUE
+#define CPU_STACK_GROWS_UP FALSE
/*
* The following is the variable attribute used to force alignment