Changeset 27bfcd8 in rtems for cpukit/score/cpu

Timestamp:
01/25/17 13:32:02 (7 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
d7feb86
Parents:
7cb7454f
git-author:
Sebastian Huber <sebastian.huber@…> (01/25/17 13:32:02)
git-committer:
Sebastian Huber <sebastian.huber@…> (01/26/17 06:31:09)
Message:

score: Delete _CPU_Context_Fp_start()

Since the FP area pointer is passed by reference in
_CPU_Context_Initialize_fp() the optional FP area adjustment via
_CPU_Context_Fp_start() is superfluous. It is also wrong with respect
to memory management, e.g. pointer passed to _Workspace_Free() may be
not the one returned by _Workspace_Allocate().

Close #1400.

(No files)

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