2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com>

PR 1573/cpukit
	* spsize/size.c: Add a per cpu data structure which contains the
	information required by RTEMS for each CPU core. This encapsulates
	information such as thread executing, heir, idle and dispatch needed.
This commit is contained in:
Joel Sherrill
2010-06-29 00:40:29 +00:00
parent 646e7b0d2a
commit 56cdd5e88f
2 changed files with 9 additions and 3 deletions

View File

@@ -263,7 +263,6 @@ uninitialized =
#if (CPU_SIMPLE_VECTORED_INTERRUPTS == TRUE)
(sizeof _ISR_Vector_table) +
#endif
(sizeof _ISR_Signals_to_thread_executing) +
/*message.h*/ (sizeof _Message_queue_Information) +
@@ -310,6 +309,8 @@ uninitialized =
/*partmp.h*/ 0 +
#endif
/*percpu.h*/ (sizeof _Per_CPU_Information) +
/*priority.h*/ (sizeof _Priority_Major_bit_map) +
(sizeof _Priority_Bit_map) +
@@ -352,7 +353,6 @@ uninitialized =
/*thread.h*/ (sizeof _Thread_BSP_context) +
(sizeof _Thread_Dispatch_disable_level) +
(sizeof _Thread_Do_post_task_switch_extension) +
(sizeof _Thread_Maximum_extensions) +
(sizeof _Thread_Ticks_per_timeslice) +
(sizeof _Thread_Ready_chain) +
@@ -362,7 +362,6 @@ uninitialized =
(sizeof _Thread_Allocated_fp) +
#endif
(sizeof _Thread_Internal_information) +
(sizeof _Thread_Idle) +
#if defined(RTEMS_MULTIPROCESSING)
/*threadmp.h*/ (sizeof _Thread_MP_Active_proxies) +