[Bug 1796] SMP Interprocessor communications
bugzilla-daemon at rtems.org
bugzilla-daemon at rtems.org
Thu May 26 17:28:45 UTC 2011
https://www.rtems.org/bugzilla/show_bug.cgi?id=1796
--- Comment #6 from Jennifer Averett <jennifer.averett at oarcorp.com> 2011-05-26 12:28:45 CDT ---
>>> This patch looks ok to me.
Great I'll merge and commit this then.
>> I just noticed that all of the functions in cpukit/score/src/smp.c have the
>> following form:
>> void rtems_smp_xxx(...)
>> I believe this is a namespace issue? I guess it is already in the tree so
>> should be raised as a separate PR if so. These would be extensions of the
>> classic API if they are meant to be callable by an application, otherwise
>> they should be added to the SMP_ set of functions.
What I have written down is that:
rtems_smp_xxx are functions called from a bsp into the OS,
bsp_smp_xxx are functions called from the OS into the bsp, and
_SMP_xxx functions are internal
--
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