Changeset aea4a91 in rtems for testsuites/smptests

Timestamp:
08/08/13 09:49:15 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
48c4a55
Parents:
fc2ad63
git-author:
Sebastian Huber <sebastian.huber@…> (08/08/13 09:49:15)
git-committer:
Sebastian Huber <sebastian.huber@…> (08/20/13 08:14:04)
Message:

smp: Optimize Simple SMP scheduler

Add Thread_Control::is_in_the_air field if configured for SMP. This
helps to simplify the extract operation and avoids superfluous
inter-processor interrupts. Move the processor allocation step into the
enqueue operation.

Add and use _Scheduler_simple_smp_Get_highest_ready(). Add and use
_Scheduler_SMP_Get_lowest_scheduled().

(No files)

Note: See TracChangeset for help on using the changeset viewer.