Changeset 97e1553 in rtems-docs for cpu-supplement
- Timestamp:
- Jan 17, 2017, 9:39:08 AM (4 years ago)
- Branches:
- 5, am, master
- Children:
- 418dee8
- Parents:
- 7d78d31
- git-author:
- Sebastian Huber <sebastian.huber@…> (01/17/17 09:39:08)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (01/18/17 10:31:46)
- Location:
- cpu-supplement
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
cpu-supplement/conf.py
r7d78d31 r97e1553 3 3 4 4 from conf import * 5 6 extensions = ['sphinxcontrib.bibtex'] 5 7 6 8 version = '1.0' -
cpu-supplement/index.rst
r7d78d31 r97e1553 58 58 sparc64 59 59 command 60 zreferences 60 61 61 62 * :ref:`genindex` -
cpu-supplement/port.rst
r7d78d31 r97e1553 330 330 ``_CPU_Context_Initialize()`` function. There are support functions available 331 331 via ``#include <rtems/score/tls.h>`` which implement Variants I and II 332 according to Ulrich Drepper, *ELF Handling For Thread-Local Storage*.332 according to :cite:`Drepper:2013:TLS`. 333 333 334 334 ``_TLS_TCB_at_area_begin_initialize()``
Note: See TracChangeset
for help on using the changeset viewer.