From c70d112599b1688d954f6566bfa29d5988d82464 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 14 Feb 2020 13:26:17 +0100 Subject: config: Add _Thread_Idle_stack_size Move the idle thread stack size configuration constant out of the configuration table. Add THREAD_IDLE_STACK_SIZE_DEFAULT and use it to provide a default definition of the idle thread stack size constant. Update #3875. --- cpukit/headers.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/headers.am') diff --git a/cpukit/headers.am b/cpukit/headers.am index 244e435c62..351e942cea 100644 --- a/cpukit/headers.am +++ b/cpukit/headers.am @@ -389,6 +389,7 @@ include_rtems_score_HEADERS += include/rtems/score/status.h include_rtems_score_HEADERS += include/rtems/score/sysstate.h include_rtems_score_HEADERS += include/rtems/score/thread.h include_rtems_score_HEADERS += include/rtems/score/threaddispatch.h +include_rtems_score_HEADERS += include/rtems/score/threadidledata.h include_rtems_score_HEADERS += include/rtems/score/threadimpl.h include_rtems_score_HEADERS += include/rtems/score/threadmp.h include_rtems_score_HEADERS += include/rtems/score/threadq.h -- cgit v1.2.3