From fa0e5055f5ba514b1ff9c87ec0ac2a61f36cbda6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 15 Jun 2011 16:36:25 +0000 Subject: 2011-06-15 Joel Sherrill * score/src/threadtickletimeslice.c: Spacing. --- cpukit/ChangeLog | 4 ++++ cpukit/score/src/threadtickletimeslice.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit') 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 + + * score/src/threadtickletimeslice.c: Spacing. + 2011-06-10 Joel Sherrill 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; -- cgit v1.2.3