Changeset 18d18e1 in rtems

Timestamp:
05/29/15 19:20:31 (9 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
8a1dc71b
Parents:
b17fb17a
Message:

tmtests/tm26: Fix context switch to FP task

It is wrong to restore the floating point context here. The
_Context_Switch() ends up in _Thread_Handler() which will call
_Thread_Restore_fp(). In _Thread_Do_dispatch() the FP restore is after
the context switch.

(No files)

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