summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/src/threadtickletimeslice.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index c5d7a98a75..f46c32cbf8 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * score/src/threadtickletimeslice.c: Spacing.
+
2011-06-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1812/filesystem
diff --git a/cpukit/score/src/threadtickletimeslice.c b/cpukit/score/src/threadtickletimeslice.c
index 50ded7f6a7..4c2772a2aa 100644
--- a/cpukit/score/src/threadtickletimeslice.c
+++ b/cpukit/score/src/threadtickletimeslice.c
@@ -90,7 +90,7 @@ void _Thread_Tickle_timeslice( void )
* currently executing thread is placed at the rear of the
* FIFO for this priority and a new heir is selected.
*/
- _Scheduler_Yield( );
+ _Scheduler_Yield();
executing->cpu_time_budget = _Thread_Ticks_per_timeslice;
}
break;