Re: [rtems commit] JFFS2: Add device identifier for the flash device

2014-06-20 Thread Sebastian Huber
On 2014-06-17 11:08, Chris Johns wrote: On 17/06/2014 6:51 pm, Sebastian Huber wrote: On 2014-06-16 21:56, Chris Johns wrote: On 14/06/2014 2:00 am, Sebastian Huber wrote: Module:rtems Branch:master Commit:73bf499ce7710ff8e75833042f88d1ff5b3e84fa Changeset: http://git.rtems.org/rte

[PATCH v2] score: Fix thread deletion on SMP

2014-06-20 Thread Sebastian Huber
Close the thread object in _Thread_Make_zombie() so that all blocking operations that use _Thread_Get() in the corresponding release directive can find a terminating thread and can complete the operation. --- cpukit/score/src/threadrestart.c | 10 +- testsuites/smptests/smpthre