Sebastian Huber
b88d346fbd
sptests/spcontext01: Add second volatile clobber
...
Do a volatile clobber in the context switch extension to cover the path
through _Thread_Do_dispatch() invoked after interrupt processing.
2015-06-09 09:28:36 +02:00
Sebastian Huber
b276507552
sptests/spcontext01: Improve output
2015-06-03 10:07:23 +02:00
Alexander Krutwig
cba07fcc7a
sptests/spcontext01: Test deferred FP context
2015-05-26 10:29:38 +02:00
Alexander Krutwig
5b9dfff50b
sptests/spcontext01: Check FPU task combinations
2015-05-07 08:34:16 +02:00
Sebastian Huber
a0b1b5edb8
Delete CONFIGURE_USE_IMFS_AS_BASE_FILESYSTEM
...
This define was superfluous, undocumented and used inconsistently.
2014-12-16 11:34:38 +01:00
Sebastian Huber
07b4594cb4
sptests/spcontext01: Fix warning
2014-09-08 07:53:02 +02:00
Sebastian Huber
88525944f3
sptests/spcontext01: Avoid NULL pointer access
2014-07-01 12:03:12 +02:00
Sebastian Huber
11b05f11d4
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.
2014-05-08 13:02:40 +02:00
Sebastian Huber
6c0301daad
tests/sptests: Use <rtems/test.h>
2014-03-25 08:06:21 +01:00
Chris Johns
c49985691f
Change all references of rtems.com to rtems.org.
2014-03-21 08:10:47 +11:00
Sebastian Huber
39993d6d76
score: Add CPU context validation
2013-05-10 12:10:14 +02:00