Files
rtems/cpukit/sapi/src
Sebastian Huber 7c19e50bdd score: Fix per-CPU data allocation
Allocate the per-CPU data for secondary processors directly from the
heap areas before heap initialization and not via
_Workspace_Allocate_aligned().  This avoids dependency on the workspace
allocator.  It fixes also a problem on some platforms (e.g. QorIQ) where
at this early point in the system initialization the top of the RAM is
used by low-level startup code on secondary processors (boot pages).

Update #3507.
2018-12-18 08:50:08 +01:00
..
2016-04-06 09:08:24 +02:00
2017-12-04 10:53:39 +01:00
2016-07-22 09:13:07 +02:00
2016-06-22 14:37:11 +02:00
2017-11-10 13:34:06 +11:00