Timestamp:
02/17/15 09:00:43 (9 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
7fcb71a
Parents:
c34f94f7
git-author:
Sebastian Huber <sebastian.huber@…> (02/17/15 09:00:43)
git-committer:
Sebastian Huber <sebastian.huber@…> (02/17/15 12:42:53)
Message:

score: Fix FP context restore via _Thread_Handler

After a context switch we end up in the second part of
_Thread_Dispatch() or in _Thread_Handler() in case of new threads. Use
the same function _Thread_Restore_fp() to restore the floating-point
context. It makes no sense to do this in _Thread_Start_multitasking().
This fixes also a race condition in SMP configurations.

Update #2268.

(No files)

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