From beab7329fca655c93743fbb590d00bb4ea5a6d78 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 13 May 2014 16:03:05 +0200 Subject: score: Introduce scheduler nodes Rename scheduler per-thread information into scheduler nodes using Scheduler_Node as the base type. Use inheritance for specialized schedulers. Move the scheduler specific states from the thread control block into the scheduler node structure. Validate the SMP scheduler node state transitions in case RTEMS_DEBUG is defined. --- testsuites/sptests/spsize/size.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/sptests/spsize') diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c index dc1e55b10d..9e4823e1b1 100644 --- a/testsuites/sptests/spsize/size.c +++ b/testsuites/sptests/spsize/size.c @@ -87,7 +87,7 @@ void print_formula(void); /* Priority scheduling per-thread consumption. Gets * included in the PER_TASK consumption. */ -#define SCHEDULER_TASK_WKSP (sizeof(Scheduler_priority_Per_thread)) +#define SCHEDULER_TASK_WKSP (sizeof(Scheduler_priority_Node)) /* Priority scheduling workspace consumption * -- cgit v1.2.3