Timestamp:
12/18/18 07:45:06 (5 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
cde5e8d
Parents:
e7b0a72
git-author:
Sebastian Huber <sebastian.huber@…> (12/18/18 07:45:06)
git-committer:
Sebastian Huber <sebastian.huber@…> (12/18/18 07:50:08)
Message:

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.

(No files)

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