Changeset 514705d in rtems for cpukit/score/include

Timestamp:
02/12/14 15:05:35 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
38ee758
Parents:
92f50c3
git-author:
Sebastian Huber <sebastian.huber@…> (02/12/14 15:05:35)
git-committer:
Sebastian Huber <sebastian.huber@…> (02/19/14 08:59:39)
Message:

score: Delete _Thread_BSP_context

Do not return to BSP context in the exit() shutdown path. This makes it
possible to re-use the initialization stack. It can be used for the
interrupt stack for example. On targets with a small RAM this is a
considerable benefit.

This change eliminates also some special cases and simplifies the code.

Delete _Thread_Set_global_exit_status(),
_Thread_Get_global_exit_status() and _Thread_Stop_multitasking().

(No files)

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