summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-05-29 21:20:31 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-05-29 21:20:31 +0200
commit18d18e1c4b0118084b47e5a1d5da9bb518b8dbcc (patch)
tree1d9cd2e39889f3d872ecc8c4ee8633cd24769867 /testsuites
parentRevert "tmtests/tm26: Avoid NULL pointer access" (diff)
downloadrtems-18d18e1c4b0118084b47e5a1d5da9bb518b8dbcc.tar.bz2
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.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/tmtests/tm26/task1.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/testsuites/tmtests/tm26/task1.c b/testsuites/tmtests/tm26/task1.c
index 6cec7dafbb..ee662184c5 100644
--- a/testsuites/tmtests/tm26/task1.c
+++ b/testsuites/tmtests/tm26/task1.c
@@ -439,9 +439,6 @@ rtems_task Low_task(
thread_disable_dispatch();
benchmark_timer_initialize();
-#if (CPU_HARDWARE_FP == 1) || (CPU_SOFTWARE_FP == 1)
- _Context_Restore_fp( &_Thread_Get_executing()->fp_context );
-#endif
_Context_Switch(
&executing->Registers,
&_Thread_Get_executing()->Registers