[Bug 1808] PerCore SMP Scheduler

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Fri May 27 15:03:53 UTC 2011


https://www.rtems.org/bugzilla/show_bug.cgi?id=1808

--- Comment #2 from Marta Rybczynska <marta.rybczynska at kalray.eu> 2011-05-27 10:03:52 CDT ---
Thanks for the comments. I'll post an updated version soon, especially as there
is a bugfix :)

Below some comments to comments.

I was considering making the _Scheduler structure per-cpu, but finally decided
not to. Without significant changes both SMP schedulers won't work together. We
can go with the messages, but this will require more work. So I decided to stay
with global Scheduler, because now we can have only one.

You're right that schedulerpercoresmpextract.c should not use the lock. Will be
fixed in the next version. In our case this lock was recursive, but we can
switch to a simple one.

-- 
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