summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_smpsimple
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2014-06-17 12:03:25 -0500
committerJennifer Averett <jennifer.averett@oarcorp.com>2014-06-17 12:03:25 -0500
commit6f48a61527f4fad2244d7d8bfa67795d042c7fef (patch)
treeecda4c9713a6fbaf0d1af8dbce438f8cd67b23d9 /schedsim/shell/schedsim_smpsimple
parentrtems: Add _Thread_Yield support. (diff)
downloadrtems-schedsim-6f48a61527f4fad2244d7d8bfa67795d042c7fef.tar.bz2
Add remainder of schedulers and cluster scheduler support.
Diffstat (limited to 'schedsim/shell/schedsim_smpsimple')
-rw-r--r--schedsim/shell/schedsim_smpsimple/config.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedsim/shell/schedsim_smpsimple/config.c b/schedsim/shell/schedsim_smpsimple/config.c
index 49516bc..8f7b8c8 100644
--- a/schedsim/shell/schedsim_smpsimple/config.c
+++ b/schedsim/shell/schedsim_smpsimple/config.c
@@ -5,6 +5,11 @@
*/
#include <rtems.h>
+#include <schedsim_shell.h>
+
+shell_scheduler_name shell_scheduler_list[] = {
+""
+};
#define CONFIGURE_INIT
#define CONFIGURE_MAXIMUM_TASKS 1000