summaryrefslogtreecommitdiffstats
path: root/cpukit/score/src/schedulerpriorityupdate.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-28 00:10:38 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-02-28 00:10:38 +0000
commit1741a510836b210be10c362837fc4509ebc93a26 (patch)
tree4df220a87a1bbba8ecfe1d572056f4d46f11e1dd /cpukit/score/src/schedulerpriorityupdate.c
parentNew. (diff)
downloadrtems-1741a510836b210be10c362837fc4509ebc93a26.tar.bz2
2011-02-27 Jennifer Averett <jennifer.averett@OARcorp.com>
* score/include/rtems/score/schedulerpriority.h, score/src/schedulerpriority.c, score/src/schedulerpriorityextract.c, score/src/schedulerpriorityupdate.c: Formatting.
Diffstat (limited to '')
-rw-r--r--cpukit/score/src/schedulerpriorityupdate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/score/src/schedulerpriorityupdate.c b/cpukit/score/src/schedulerpriorityupdate.c
index bbd46ee667..59b2432cf2 100644
--- a/cpukit/score/src/schedulerpriorityupdate.c
+++ b/cpukit/score/src/schedulerpriorityupdate.c
@@ -33,7 +33,6 @@ void _Scheduler_priority_Update(
sched_info = (Scheduler_priority_Per_thread *) the_thread->scheduler_info;
rq = (Chain_Control *) _Scheduler.information;
-
sched_info->ready_chain = &rq[ the_thread->current_priority ];
_Priority_bit_map_Initialize_information(