summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/sapi/ChangeLog5
-rw-r--r--c/src/exec/sapi/include/confdefs.h1
-rw-r--r--cpukit/sapi/ChangeLog5
-rw-r--r--cpukit/sapi/include/confdefs.h1
4 files changed, 12 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
diff --git a/cpukit/sapi/ChangeLog b/cpukit/sapi/ChangeLog
index 49a06dc20b..8f11836909 100644
--- a/cpukit/sapi/ChangeLog
+++ b/cpukit/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/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 7f8d9f00e8..6f8670346c 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/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