Re: [PATCH] Rework fatal error chapter

2016-11-22 Thread Sebastian Huber
On 22/11/16 22:39, Chris Johns wrote: [...] +INTERNAL_ERROR_BAD_THREAD_DISPATCH_DISABLE_LEVEL +Document me. + I would like to see these fields filled in before 4.12 branches. A release with this important information missing in the C User manual is not good. Please open a ticket if som

Re: [PATCH] Rework fatal error chapter

2016-11-22 Thread Joel Sherrill
Agreeing with Chris. We can't have spots left to fill in before 4.12 branches. Also, that phrase is not something any native English speakers would use as a marker for work to do. Phrases I have seen are "TBD", "XXX", and "FIXME". On Tue, Nov 22, 2016 at 3:39 PM, Chris Johns wrote: > Hi, > > I

Re: [PATCH] Rework fatal error chapter

2016-11-22 Thread Chris Johns
Hi, I have been away for a few days. On 22/11/2016 00:53, Sebastian Huber wrote: + +INTERNAL_ERROR_NO_CONFIGURATION_TABLE + Document me. + +INTERNAL_ERROR_NO_CPU_TABLE + Document me. + +INTERNAL_ERROR_TOO_LITTLE_WORKSPACE +Document me. + +INTERNAL_ERROR_WORKSPACE_ALLOCATION +Document

[PATCH] posix: Add self-contained pthread spinlock

2016-11-22 Thread Sebastian Huber
Turn pthread_spinlock_t into a self-contained object. On uni-processor configurations, interrupts are disabled in the lock/trylock operations and the previous interrupt status is restored in the corresponding unlock operations. On SMP configurations, a ticket lock is a acquired and released in ad

[PATCH] score: Add RTEMS_ALIAS()

2016-11-22 Thread Sebastian Huber
--- cpukit/score/include/rtems/score/basedefs.h | 10 ++ 1 file changed, 10 insertions(+) diff --git a/cpukit/score/include/rtems/score/basedefs.h b/cpukit/score/include/rtems/score/basedefs.h index d142163..22cc246 100644 --- a/cpukit/score/include/rtems/score/basedefs.h +++ b/cpukit/sc