summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/dl10/init.c
diff options
context:
space:
mode:
authorRyan Long <ryan.long@oarcorp.com>2022-06-01 12:22:12 -0500
committerJoel Sherrill <joel@rtems.org>2022-07-29 08:32:47 -0500
commit2ea37e8b0d9c2976a5be5202956af7b3ae9ccc54 (patch)
tree18643a5937bccb1286ef760d5c8f7d03e5548b1a /testsuites/libtests/dl10/init.c
parentcpukit/libdl: Add support for AArch64 (diff)
downloadrtems-2ea37e8b0d9c2976a5be5202956af7b3ae9ccc54.tar.bz2
libtests/dl*: Bump up the size of CONFIGURE_INIT_TASK_STACK_SIZE
Updates #4682
Diffstat (limited to '')
-rw-r--r--testsuites/libtests/dl10/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/dl10/init.c b/testsuites/libtests/dl10/init.c
index 2a23bd3d15..04f71eaaba 100644
--- a/testsuites/libtests/dl10/init.c
+++ b/testsuites/libtests/dl10/init.c
@@ -148,7 +148,7 @@ static void Init(rtems_task_argument arg)
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#define CONFIGURE_INIT_TASK_STACK_SIZE (8U * 1024U)
+#define CONFIGURE_INIT_TASK_STACK_SIZE (CONFIGURE_MINIMUM_TASK_STACK_SIZE + (4U * 1024U))
#define CONFIGURE_INIT_TASK_ATTRIBUTES (RTEMS_DEFAULT_ATTRIBUTES | RTEMS_FLOATING_POINT)