source: rtems/cpukit/ChangeLog @ 3203e09

4.115
Last change on this file since 3203e09 was 3203e09, checked in by Joel Sherrill <joel.sherrill@…>, on 06/17/11 at 14:31:46

2011-06-17 Joel Sherrill <joel.sherrill@…>

PR 1819/cpukit

  • rtems/src/clocktick.c, score/Makefile.am, score/include/rtems/score/scheduler.h, score/include/rtems/score/schedulerpriority.h, score/include/rtems/score/schedulersimple.h, score/include/rtems/score/schedulersimplesmp.h, score/include/rtems/score/thread.h, score/inline/rtems/score/scheduler.inl: Add a scheduler entry point which is invoked at each clock tick. _Thread_Tickle_timeslice() is now a method owned by the Deterministic Priority Scheduler and shared by the Simple Priority Scheduler. The Simple SMP Scheduler has its own variation on this which does timeslicing bookkeeping on all cores.
  • score/src/schedulerprioritytick.c, score/src/schedulersimplesmptick.c: New files.
  • score/src/threadtickletimeslice.c: Removed.
  • Property mode set to 100644
File size: 510.7 KB

HTML preview not available, since the file size exceeds 256.0 KB. Try downloading the file instead.

Note: See TracBrowser for help on using the repository browser.