[rtems commit] libtests/block06: Increase stack size

Sebastian Huber sebh at rtems.org
Mon Jul 2 14:13:15 UTC 2012


Module:    rtems
Branch:    master
Commit:    6a03786d94e4fa1370b57297b62c0560983b3f8c
Changeset: http://git.rtems.org/rtems/commit/?id=6a03786d94e4fa1370b57297b62c0560983b3f8c

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Mon Jul  2 15:08:24 2012 +0200

libtests/block06: Increase stack size

---

 testsuites/libtests/block06/init.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/testsuites/libtests/block06/init.c b/testsuites/libtests/block06/init.c
index 90097ea..e007a5e 100644
--- a/testsuites/libtests/block06/init.c
+++ b/testsuites/libtests/block06/init.c
@@ -1844,6 +1844,8 @@ static rtems_task Init(rtems_task_argument argument)
 
 #define CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
 
+#define CONFIGURE_BDBUF_TASK_STACK_SIZE BDBUF_TEST_STACK_SIZE
+
 #define CONFIGURE_MAXIMUM_TASKS (1 + BDBUF_TEST_TASKS)
 #define CONFIGURE_MAXIMUM_DRIVERS 3
 #define CONFIGURE_MAXIMUM_SEMAPHORES 2




More information about the vc mailing list