summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-03 12:02:09 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2014-04-04 11:01:18 +0200
commit439c494fe20f474984c22a333613c33fac5585eb (patch)
tree6923313f5eb446e2bdbb7b9a340c7b32205b93d7 /cpukit/sapi
parentscore: Add and use Scheduler_EDF_Control (diff)
downloadrtems-439c494fe20f474984c22a333613c33fac5585eb.tar.bz2
score: Add and use Scheduler_simple_Control
Diffstat (limited to 'cpukit/sapi')
-rw-r--r--cpukit/sapi/include/confdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/sapi/include/confdefs.h b/cpukit/sapi/include/confdefs.h
index 16049f9d4b..4bfe4e88ff 100644
--- a/cpukit/sapi/include/confdefs.h
+++ b/cpukit/sapi/include/confdefs.h
@@ -736,7 +736,7 @@ const rtems_libio_helper rtems_fs_init_helper =
* define the memory used by the simple scheduler
*/
#define CONFIGURE_MEMORY_FOR_SCHEDULER ( \
- _Configure_From_workspace( sizeof(Chain_Control) ) \
+ _Configure_From_workspace( sizeof( Scheduler_simple_Control ) ) \
)
#define CONFIGURE_MEMORY_PER_TASK_FOR_SCHEDULER (0)
#endif