summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spsize/size.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-29 00:40:29 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-29 00:40:29 +0000
commit56cdd5e88fad9f7d10a8d263c0b19aa0eaee083f (patch)
tree2677ea91ade43529f4616ce6752741841c347b2f /testsuites/sptests/spsize/size.c
parent2010-06-28 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-56cdd5e88fad9f7d10a8d263c0b19aa0eaee083f.tar.bz2
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.
Diffstat (limited to 'testsuites/sptests/spsize/size.c')
-rw-r--r--testsuites/sptests/spsize/size.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c
index a2b1f72512..264f4cbe6f 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -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) +