Changeset 466cf31d in rtems for cpukit/score/src

Timestamp:
11/07/12 12:59:19 (11 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
ecf9858
Parents:
e5ae7c92
git-author:
Sebastian Huber <sebastian.huber@…> (11/07/12 12:59:19)
git-committer:
Sebastian Huber <sebastian.huber@…> (11/13/12 08:20:57)
Message:

score: Statically initialize user extensions

The initial extensions remain now in a read-only table and will not be
copied to work space memory. The extension chains are statically
initialized. This makes it possible to call _User_extensions_Iterate()
independent of the system state. It is now guaranteed that the fatal
callout of the initial extensions will be called provided the stack
pointer, the read-only data, and code memory are valid.

(No files)

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