summaryrefslogtreecommitdiffstats
path: root/c/src/tests/samples/unlimited/system.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-03 22:55:54 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2003-01-03 22:55:54 +0000
commit7ab11c06b41c17dedd1f1255d3fee9112841b878 (patch)
tree6713448a9db54e90eef9556e04d775898d79b37a /c/src/tests/samples/unlimited/system.h
parent2003-01-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7ab11c06b41c17dedd1f1255d3fee9112841b878.tar.bz2
2003-01-03 Joel Sherrill <joel@OARcorp.com>
* unlimited/system.h, unlimited/test1.c: Backed off previous modification as it does not compile.
Diffstat (limited to 'c/src/tests/samples/unlimited/system.h')
-rw-r--r--c/src/tests/samples/unlimited/system.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/c/src/tests/samples/unlimited/system.h b/c/src/tests/samples/unlimited/system.h
index f689847870..46e3991a65 100644
--- a/c/src/tests/samples/unlimited/system.h
+++ b/c/src/tests/samples/unlimited/system.h
@@ -46,9 +46,7 @@ void test3();
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#define TASK_ALLOCATION_SIZE \
- (rtems_configuration_get_rtems_api_configuration()->maximum_tasks & \
- ~RTEMS_UNLIMITED_OBJECTS)
+#define TASK_ALLOCATION_SIZE (5)
#define CONFIGURE_MAXIMUM_TASKS rtems_resource_unlimited(TASK_ALLOCATION_SIZE)
#define CONFIGURE_EXTRA_TASK_STACKS (62 * RTEMS_MINIMUM_STACK_SIZE)