From 8a331a5e4cd5bd9ecbc88c112e23ad757a3ad34e Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 6 Nov 2012 11:41:34 +0100 Subject: [PATCH] sapi: Use rtems_config*_get_idle_task_stack_size --- cpukit/score/src/threadcreateidle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/score/src/threadcreateidle.c b/cpukit/score/src/threadcreateidle.c index 768a985c21..3e7c84db48 100644 --- a/cpukit/score/src/threadcreateidle.c +++ b/cpukit/score/src/threadcreateidle.c @@ -60,7 +60,7 @@ static inline void _Thread_Create_idle_helper( &_Thread_Internal_information, idle, NULL, /* allocate the stack */ - _Stack_Ensure_minimum( Configuration.idle_task_stack_size ), + _Stack_Ensure_minimum( rtems_configuration_get_idle_task_stack_size() ), CPU_IDLE_TASK_IS_FP, PRIORITY_MAXIMUM, true, /* preemptable */