summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/unlimited/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 18:38:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-09-17 18:38:57 +0000
commit11174651160d8c3e52773f55bf7fc25f453839e5 (patch)
treefaab3f27153dafa51568f157d5af87b8b146988d /testsuites/samples/unlimited/system.h
parent2008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-11174651160d8c3e52773f55bf7fc25f453839e5.tar.bz2
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.
Diffstat (limited to 'testsuites/samples/unlimited/system.h')
-rw-r--r--testsuites/samples/unlimited/system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/samples/unlimited/system.h b/testsuites/samples/unlimited/system.h
index 75bde9081c..4da882f961 100644
--- a/testsuites/samples/unlimited/system.h
+++ b/testsuites/samples/unlimited/system.h
@@ -46,6 +46,7 @@ void test3();
#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
+#define CONFIGURE_UNIFIED_WORK_AREAS
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define TASK_ALLOCATION_SIZE (5)