Changeset 6359b68 in rtems for cpukit/score/src/schedulerprioritysmp.c
- Timestamp:
- 05/15/14 06:47:50 (8 years ago)
- Branches:
- 4.11, 5, master
- Children:
- b4bdbcf
- Parents:
- 3733b224
- git-author:
- Sebastian Huber <sebastian.huber@…> (05/15/14 06:47:50)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (05/15/14 10:18:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/score/src/schedulerprioritysmp.c
r3733b224 r6359b68 326 326 _ISR_Enable( level ); 327 327 } 328 329 void _Scheduler_priority_SMP_Start_idle(330 const Scheduler_Control *scheduler,331 Thread_Control *thread,332 Per_CPU_Control *cpu333 )334 {335 Scheduler_Context *context = _Scheduler_Get_context( scheduler );336 337 _Scheduler_SMP_Start_idle( context, thread, cpu );338 }
Note: See TracChangeset
for help on using the changeset viewer.