summaryrefslogtreecommitdiffstats
path: root/c/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-18 18:08:32 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-10-18 18:08:32 +0000
commit45c3da3b366496d872fa7180588b5084e65cac0e (patch)
tree8cb2508028af4b586ce376add9f20a09eace7026 /c/src
parent2000-10-18 John Cotton <john.cotton@nrc.ca> (diff)
downloadrtems-45c3da3b366496d872fa7180588b5084e65cac0e.tar.bz2
2000-10-18 Joel Sherrill <joel@OARcorp.com>
* include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0 if there is no Classic API Initialization Tasks Table defined.
Diffstat (limited to 'c/src')
-rw-r--r--c/src/exec/sapi/ChangeLog5
-rw-r--r--c/src/exec/sapi/include/confdefs.h1
2 files changed, 6 insertions, 0 deletions
diff --git a/c/src/exec/sapi/ChangeLog b/c/src/exec/sapi/ChangeLog
index 49a06dc20b..8f11836909 100644
--- a/c/src/exec/sapi/ChangeLog
+++ b/c/src/exec/sapi/ChangeLog
@@ -1,5 +1,10 @@
2000-10-18 Joel Sherrill <joel@OARcorp.com>
+ * include/confdefs.h: Set CONFIGURE_INIT_TASK_STACK_SIZE to 0
+ if there is no Classic API Initialization Tasks Table defined.
+
+2000-10-18 Joel Sherrill <joel@OARcorp.com>
+
* include/confdefs.h: Modified code that accounts for initialization
task/threads with greater than minimum stack sizes so it would
compile even if optional APIs are disabled.
diff --git a/c/src/exec/sapi/include/confdefs.h b/c/src/exec/sapi/include/confdefs.h
index 7f8d9f00e8..6f8670346c 100644
--- a/c/src/exec/sapi/include/confdefs.h
+++ b/c/src/exec/sapi/include/confdefs.h
@@ -214,6 +214,7 @@ rtems_initialization_tasks_table Initialization_tasks[] = {
#define CONFIGURE_INIT_TASK_TABLE NULL
#define CONFIGURE_INIT_TASK_TABLE_SIZE 0
+#define CONFIGURE_INIT_TASK_STACK_SIZE 0
#endif