From b6911069d42381b89505803e2c699b4271c25e96 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 29 May 2012 18:02:52 +0200 Subject: libblock: Add task stack size bdbuf configuration The task stack size for the swap-out and worker tasks is now configurable. The bdbuf task resources are now included in the work space size estimate. --- testsuites/libtests/block04/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/libtests/block04') diff --git a/testsuites/libtests/block04/init.c b/testsuites/libtests/block04/init.c index 98d49c0609..eed81fac17 100644 --- a/testsuites/libtests/block04/init.c +++ b/testsuites/libtests/block04/init.c @@ -158,7 +158,7 @@ static rtems_task Init(rtems_task_argument argument) #define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM -#define CONFIGURE_MAXIMUM_TASKS 5 +#define CONFIGURE_MAXIMUM_TASKS 3 #define CONFIGURE_MAXIMUM_DRIVERS 2 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE -- cgit v1.2.3