summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/schedulersimplesmp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-12 10:32:32 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-20 10:14:04 +0200
commit9d83f58ab8208b49a4e27d4ff077cf526f902477 (patch)
tree93ef828f12d6edf27104fc4a313520f1649fec9a /cpukit/score/include/rtems/score/schedulersimplesmp.h
parentscore: Add _Priority_bit_map_Is_empty() (diff)
downloadrtems-9d83f58ab8208b49a4e27d4ff077cf526f902477.tar.bz2
smp: Replace Scheduler_simple_smp_Control
Replace Scheduler_simple_smp_Control with Scheduler_SMP_Control. Rename _Scheduler_simple_smp_Instance() to _Scheduler_SMP_Instance().
Diffstat (limited to 'cpukit/score/include/rtems/score/schedulersimplesmp.h')
-rw-r--r--cpukit/score/include/rtems/score/schedulersimplesmp.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpukit/score/include/rtems/score/schedulersimplesmp.h b/cpukit/score/include/rtems/score/schedulersimplesmp.h
index 6cc87f3dec..5329610dee 100644
--- a/cpukit/score/include/rtems/score/schedulersimplesmp.h
+++ b/cpukit/score/include/rtems/score/schedulersimplesmp.h
@@ -25,6 +25,7 @@ extern "C" {
#include <rtems/score/scheduler.h>
#include <rtems/score/schedulerpriority.h>
+#include <rtems/score/schedulersmp.h>
/**
* @defgroup ScoreSchedulerSMP Simple SMP Scheduler
@@ -48,11 +49,6 @@ extern "C" {
* @{
*/
-typedef struct {
- Chain_Control ready;
- Chain_Control scheduled;
-} Scheduler_simple_smp_Control;
-
/**
* @brief Entry points for the Simple SMP Scheduler.
*/