summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 19:31:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 19:31:18 +0000
commitfd6092a3fe178b722d2115fefea65e347618a627 (patch)
tree7d1c214230fbde9b71cf40724dde6bff72598f25
parent2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-fd6092a3fe178b722d2115fefea65e347618a627.tar.bz2
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* fileio/system.h: Rename STACK_CHECKER_ON to more appropriate CONFIGURE_STACK_CHECKER_ENABLED.
-rw-r--r--testsuites/samples/ChangeLog5
-rw-r--r--testsuites/samples/fileio/system.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index e80ae86814..3e271e05b2 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,5 +1,10 @@
2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * fileio/system.h: Rename STACK_CHECKER_ON to more appropriate
+ CONFIGURE_STACK_CHECKER_ENABLED.
+
+2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* minimum/init.c, unlimited/system.h: Add support for optionally having
a unified work area. In other words, the RTEMS Workspace and C
Program Heap are the same pool of memory.
diff --git a/testsuites/samples/fileio/system.h b/testsuites/samples/fileio/system.h
index bd9d36a6ff..e1cf70173d 100644
--- a/testsuites/samples/fileio/system.h
+++ b/testsuites/samples/fileio/system.h
@@ -47,7 +47,7 @@ rtems_task Init(
#define CONFIGURE_MAXIMUM_SEMAPHORES 20
#define CONFIGURE_MAXIMUM_MESSAGE_QUEUES 20
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 20
-#define STACK_CHECKER_ON
+#define CONFIGURE_STACK_CHECKER_ENABLED
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_EXTRA_TASK_STACKS (6 * RTEMS_MINIMUM_STACK_SIZE)