c-user: INTERNAL_ERROR_NO_MEMORY_FOR_PER_CPU_DATA

Update #3507.
This commit is contained in:
Sebastian Huber 2019-02-19 09:17:57 +01:00
parent f6be8a1ee1
commit 789b0caad7

View File

@ -395,6 +395,11 @@ INTERNAL_ERROR_ARC4RANDOM_GETENTROPY_FAIL (39)
<https://man.openbsd.org/arc4random.3>`_ functions. This fatal error can
only be fixed with a different implementation of :c:func:`getentropy`.
INTERNAL_ERROR_NO_MEMORY_FOR_PER_CPU_DATA (40)
This fatal error may happen during workspace initialization. There is not
enough memory available to populate the per-CPU data areas, see
`<rtems/score/percpudata.h> <https://git.rtems.org/rtems/tree/cpukit/include/rtems/score/percpudata.h>`_.
Operations
==========