summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-23 16:41:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-09-23 16:41:00 +0000
commitecc3fe3181d82cdb85ddb90c92408c7cb7390504 (patch)
tree692d30f0895c15e3858a8fc2403d5378d649d617 /cpukit/score/include
parentModifed to zero out the C heap if the CPU Table indicates that the (diff)
downloadrtems-ecc3fe3181d82cdb85ddb90c92408c7cb7390504.tar.bz2
IDLE task stack size now specified as a field in the CPU Table for all
ports.
Diffstat (limited to 'cpukit/score/include')
-rw-r--r--cpukit/score/include/rtems/score/thread.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/cpukit/score/include/rtems/score/thread.h b/cpukit/score/include/rtems/score/thread.h
index 0108536cd5..da6fa76bd0 100644
--- a/cpukit/score/include/rtems/score/thread.h
+++ b/cpukit/score/include/rtems/score/thread.h
@@ -192,14 +192,6 @@ struct Thread_Control_struct {
};
/*
- * The following constants define the stack size requirements for
- * the idle thread.
- */
-
-
-#define THREAD_IDLE_STACK_SIZE STACK_MINIMUM_SIZE
-
-/*
* The following defines the information control block used to
* manage this class of objects.
*/