summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/schedulersimplesmp.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-07 13:22:52 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-08 14:11:23 +0200
commit3346106b4c1af91195b447af09460ba7dc046262 (patch)
tree72cc73e00966b1cc6870269b9c9177a85292dfd7 /cpukit/score/include/rtems/score/schedulersimplesmp.h
parentscore: Rename _Scheduler_simple_Allocate(), etc. (diff)
downloadrtems-3346106b4c1af91195b447af09460ba7dc046262.tar.bz2
score: Rename _Scheduler_simple_Update()
Rename _Scheduler_simple_Update() in _Scheduler_default_Update().
Diffstat (limited to 'cpukit/score/include/rtems/score/schedulersimplesmp.h')
-rw-r--r--cpukit/score/include/rtems/score/schedulersimplesmp.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/schedulersimplesmp.h b/cpukit/score/include/rtems/score/schedulersimplesmp.h
index 20462ebe74..1b827cbabe 100644
--- a/cpukit/score/include/rtems/score/schedulersimplesmp.h
+++ b/cpukit/score/include/rtems/score/schedulersimplesmp.h
@@ -24,7 +24,6 @@ extern "C" {
#endif
#include <rtems/score/scheduler.h>
-#include <rtems/score/schedulersimple.h>
#include <rtems/score/schedulerpriority.h>
/**
@@ -66,7 +65,7 @@ typedef struct {
_Scheduler_simple_smp_Enqueue_priority_fifo, \
_Scheduler_default_Allocate, \
_Scheduler_default_Free, \
- _Scheduler_simple_Update, \
+ _Scheduler_default_Update, \
_Scheduler_simple_smp_Enqueue_priority_fifo, \
_Scheduler_simple_smp_Enqueue_priority_lifo, \
_Scheduler_simple_smp_Extract, \