2011-02-27 Jennifer Averett <jennifer.averett@OARcorp.com>

* score/include/rtems/score/schedulerpriority.h,
	score/src/schedulerpriority.c, score/src/schedulerpriorityextract.c,
	score/src/schedulerpriorityupdate.c: Formatting.
This commit is contained in:
Joel Sherrill
2011-02-28 00:10:38 +00:00
parent c7eec17fb5
commit 1741a51083
5 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
2011-02-27 Jennifer Averett <jennifer.averett@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@embedded-brains.de> 2011-02-25 Sebastian Huber <sebastian.huber@embedded-brains.de>
* libnetworking/rtems/rtems_mii_ioctl_kern.c: Do not use IFM_ACTIVE * libnetworking/rtems/rtems_mii_ioctl_kern.c: Do not use IFM_ACTIVE

View File

@@ -170,6 +170,16 @@ void _Scheduler_priority_Extract(
Thread_Control *the_thread 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__ #ifndef __RTEMS_APPLICATION__
#include <rtems/score/schedulerpriority.inl> #include <rtems/score/schedulerpriority.inl>
#endif #endif

View File

@@ -1,4 +1,5 @@
/* /* Scheduler Simple Handler / Extract
*
* COPYRIGHT (c) 2011. * COPYRIGHT (c) 2011.
* On-Line Applications Research Corporation (OAR). * On-Line Applications Research Corporation (OAR).
* *

View File

@@ -33,7 +33,6 @@ void _Scheduler_priority_Update(
sched_info = (Scheduler_priority_Per_thread *) the_thread->scheduler_info; sched_info = (Scheduler_priority_Per_thread *) the_thread->scheduler_info;
rq = (Chain_Control *) _Scheduler.information; rq = (Chain_Control *) _Scheduler.information;
sched_info->ready_chain = &rq[ the_thread->current_priority ]; sched_info->ready_chain = &rq[ the_thread->current_priority ];
_Priority_bit_map_Initialize_information( _Priority_bit_map_Initialize_information(