summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-15 16:36:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-15 16:36:25 +0000
commitfa0e5055f5ba514b1ff9c87ec0ac2a61f36cbda6 (patch)
treeb25a9d2e96348772d1b13b80b1dc09750c31f2bf /cpukit
parent2011-06-13 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-fa0e5055f5ba514b1ff9c87ec0ac2a61f36cbda6.tar.bz2
2011-06-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/threadtickletimeslice.c: Spacing.
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;