On 2014-03-06 20:27, Joel Sherrill wrote:
+ cpukit/libcsupport/src/privateenv.c
- Uses rtems_global_user_env. Switch to POSIX Keys?
We can use POSIX keys, or do some optimization:
Since applications using a file system will very likely also enable the Newlib
re-entrancy we can re-use the _
On 7/03/2014 7:31 am, Joel Sherrill wrote:
On 3/6/2014 1:57 PM, Gedare Bloom wrote:
On Thu, Mar 6, 2014 at 2:27 PM, Joel Sherrill wrote:
+ c/src/lib/libbsp/powerpc/mvme5500/vectors/exceptionhandler.c
- ???
It looks like this bsp permits installing per-task exception handlers.
This seems pr
On 3/6/2014 1:57 PM, Gedare Bloom wrote:
> On Thu, Mar 6, 2014 at 2:27 PM, Joel Sherrill
> wrote:
>> Hi
>>
>> As discussed, task variables are broken by design for SMP configurations.
>> This means we need to eliminate their use in cpukit and adjust other code
>> as needed. Here is the list of
On Thu, Mar 6, 2014 at 2:27 PM, Joel Sherrill wrote:
> Hi
>
> As discussed, task variables are broken by design for SMP configurations.
> This means we need to eliminate their use in cpukit and adjust other code
> as needed. Here is the list of files which use rtems_task_variable_add().
> We need
Hi
As discussed, task variables are broken by design for SMP configurations.
This means we need to eliminate their use in cpukit and adjust other code
as needed. Here is the list of files which use rtems_task_variable_add().
We need to figure out how to address each case:
Comunity help could rea