score: Static scheduler configuration

Do not allocate the scheduler control structures from the workspace.
This is a preparation step for configuration of clustered/partitioned
schedulers on SMP.
This commit is contained in:
Sebastian Huber
2014-04-04 10:56:36 +02:00
parent dc18190be4
commit e1598a616d
85 changed files with 915 additions and 703 deletions

View File

@@ -70,11 +70,11 @@ static void *idle_body(uintptr_t ignored)
#define CONFIGURE_DISABLE_NEWLIB_REENTRANCY
#define CONFIGURE_SCHEDULER_ENTRY_POINTS NULL
#define CONFIGURE_SCHEDULER_USER
#define CONFIGURE_MEMORY_FOR_SCHEDULER 0
#define CONFIGURE_SCHEDULER_CONTEXT
#define CONFIGURE_SCHEDULER_CONTROLS { }
#define CONFIGURE_MEMORY_PER_TASK_FOR_SCHEDULER 0