summaryrefslogtreecommitdiffstats
path: root/cpu-supplement/port.rst
diff options
context:
space:
mode:
Diffstat (limited to 'cpu-supplement/port.rst')
-rw-r--r--cpu-supplement/port.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu-supplement/port.rst b/cpu-supplement/port.rst
index 2e15a70..68c1471 100644
--- a/cpu-supplement/port.rst
+++ b/cpu-supplement/port.rst
@@ -329,7 +329,7 @@ facilities mandated by the application binary interface (ABI) of the CPU
architecture. The CPU port must initialize the TLS area in the
``_CPU_Context_Initialize()`` function. There are support functions available
via ``#include <rtems/score/tls.h>`` which implement Variants I and II
-according to Ulrich Drepper, *ELF Handling For Thread-Local Storage*.
+according to :cite:`Drepper:2013:TLS`.
``_TLS_TCB_at_area_begin_initialize()``
Uses Variant I, TLS offsets emitted by linker takes the TCB into account.