change log for rtems (2011-02-27)

rtems-vc at rtems.org rtems-vc at rtems.org
Mon Feb 28 01:10:14 UTC 2011


 *joel*:
2011-02-27	Jennifer Averett <jennifer.averett at OARcorp.com>

	* score/include/rtems/score/schedulerpriority.h,
	score/src/schedulerpriority.c, score/src/schedulerpriorityextract.c,
	score/src/schedulerpriorityupdate.c: Formatting.

M 1.2750  cpukit/ChangeLog
M    1.7  cpukit/score/include/rtems/score/schedulerpriority.h
M    1.5  cpukit/score/src/schedulerpriority.c
M    1.2  cpukit/score/src/schedulerpriorityextract.c
M    1.2  cpukit/score/src/schedulerpriorityupdate.c

diff -u rtems/cpukit/ChangeLog:1.2749 rtems/cpukit/ChangeLog:1.2750
--- rtems/cpukit/ChangeLog:1.2749	Fri Feb 25 04:38:16 2011
+++ rtems/cpukit/ChangeLog	Sun Feb 27 18:10:38 2011
@@ -1,3 +1,9 @@
+2011-02-27	Jennifer Averett <jennifer.averett at OARcorp.com>
+
+	* score/include/rtems/score/schedulerpriority.h,
+	score/src/schedulerpriority.c, score/src/schedulerpriorityextract.c,
+	score/src/schedulerpriorityupdate.c: Formatting.
+
 2011-02-25	Sebastian Huber <sebastian.huber at embedded-brains.de>
 
 	* libnetworking/rtems/rtems_mii_ioctl_kern.c: Do not use IFM_ACTIVE

diff -u rtems/cpukit/score/include/rtems/score/schedulerpriority.h:1.6 rtems/cpukit/score/include/rtems/score/schedulerpriority.h:1.7
--- rtems/cpukit/score/include/rtems/score/schedulerpriority.h:1.6	Mon Feb 21 11:00:51 2011
+++ rtems/cpukit/score/include/rtems/score/schedulerpriority.h	Sun Feb 27 18:10:38 2011
@@ -170,6 +170,16 @@
   Thread_Control     *the_thread
 );
 
+/**
+ *  This is the major bit map.
+ */
+extern volatile Priority_bit_map_Control _Priority_Major_bit_map;
+
+/**
+ *  This is the minor bit map.
+ */
+extern Priority_bit_map_Control _Priority_Bit_map[16] CPU_STRUCTURE_ALIGNMENT;
+
 #ifndef __RTEMS_APPLICATION__
 #include <rtems/score/schedulerpriority.inl>
 #endif

diff -u rtems/cpukit/score/src/schedulerpriority.c:1.4 rtems/cpukit/score/src/schedulerpriority.c:1.5
--- rtems/cpukit/score/src/schedulerpriority.c:1.4	Fri Feb 18 09:12:43 2011
+++ rtems/cpukit/score/src/schedulerpriority.c	Sun Feb 27 18:10:38 2011
@@ -29,5 +29,5 @@
 void _Scheduler_priority_Initialize(void)
 {
   _Scheduler_priority_Ready_queue_initialize();
-  _Priority_bit_map_Handler_initialization( );
+  _Priority_bit_map_Handler_initialization();
 }

diff -u rtems/cpukit/score/src/schedulerpriorityextract.c:1.1 rtems/cpukit/score/src/schedulerpriorityextract.c:1.2
--- rtems/cpukit/score/src/schedulerpriorityextract.c:1.1	Fri Feb 18 09:12:44 2011
+++ rtems/cpukit/score/src/schedulerpriorityextract.c	Sun Feb 27 18:10:38 2011
@@ -1,4 +1,5 @@
-/*
+/*  Scheduler Simple Handler / Extract
+ *
  *  COPYRIGHT (c) 2011.
  *  On-Line Applications Research Corporation (OAR).
  *
@@ -22,5 +23,5 @@
   Thread_Control      *the_thread
 )
 {
-   _Scheduler_priority_Ready_queue_extract( the_thread );
+  _Scheduler_priority_Ready_queue_extract( the_thread );
 }

diff -u rtems/cpukit/score/src/schedulerpriorityupdate.c:1.1 rtems/cpukit/score/src/schedulerpriorityupdate.c:1.2
--- rtems/cpukit/score/src/schedulerpriorityupdate.c:1.1	Fri Feb 18 09:12:44 2011
+++ rtems/cpukit/score/src/schedulerpriorityupdate.c	Sun Feb 27 18:10:38 2011
@@ -33,7 +33,6 @@
   sched_info = (Scheduler_priority_Per_thread *) the_thread->scheduler_info;
   rq         = (Chain_Control *) _Scheduler.information;
 
-
   sched_info->ready_chain = &rq[ the_thread->current_priority ];
 
   _Priority_bit_map_Initialize_information( 



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20110227/f1e1eebb/attachment-0001.html>


More information about the vc mailing list