Changeset 11b05f1 in rtems for c/src/lib/libbsp

Timestamp:
05/08/14 08:11:13 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
89f0794
Parents:
35a3af7a
git-author:
Sebastian Huber <sebastian.huber@…> (05/08/14 08:11:13)
git-committer:
Sebastian Huber <sebastian.huber@…> (05/08/14 11:02:40)
Message:

score: Fix CPU context usage on SMP

We must not alter the is executing indicator in
_CPU_Context_Initialize() since this would cause an invalid state during
a self restart.

The is executing indicator must be valid at creation time since
otherwise _Thread_Kill_zombies() uses an undefined value for not started
threads. This could result in a system life lock.

(No files)

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