[Bug 1895] Pluggable scheduler priority_compare and release_job hooks
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Mon Aug 22 21:30:35 UTC 2011
https://www.rtems.org/bugzilla/show_bug.cgi?id=1895
Petr Benes <benesp16 at fel.cvut.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1297|0 |1
is obsolete| |
--- Comment #9 from Petr Benes <benesp16 at fel.cvut.cz> 2011-08-22 16:30:34 CDT ---
Created attachment 1310
--> https://www.rtems.org/bugzilla/attachment.cgi?id=1310
Pluggable scheduler priority_compare and release_job hooks - version 2
Patch updated with missing files. I do not know why I forgot about them.
Priority comparison updated to (return ( p2 - p1 );), it should be faster
indeed.
2011-08-22 Petr Benes <benesp16 at fel.cvut.cz>
* rtems/src/ratemoncancel.c, rtems/src/ratemondelete.c,
rtems/src/ratemonperiod.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/inline/rtems/score/scheduler.inl,
score/inline/rtems/score/schedulerpriority.inl, score/src/coremutexseize.c,
score/src/schedulerpriorityprioritycompare.c,
score/src/schedulerpriorityreleasejob.c:
Pluggable scheduler priority_compare and release_job hooks
--
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the bugs
mailing list