From ecc3fe3181d82cdb85ddb90c92408c7cb7390504 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 23 Sep 1998 16:41:00 +0000 Subject: IDLE task stack size now specified as a field in the CPU Table for all ports. --- cpukit/score/include/rtems/score/thread.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'cpukit/score/include') 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 @@ -191,14 +191,6 @@ struct Thread_Control_struct { void **extensions; }; -/* - * 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. -- cgit v1.2.3