From 33849946ff6022c26722ec71248fd76aa55de4ef Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 13 Nov 2017 13:25:18 +1100 Subject: Clean up sphinx warnings. - Fix minor formatting issues. - Fix reference the gloassary TLS using ':term:'. - Make sure nothing is between an anchor and the heading where ':ref:' references the anchor. This meant moving all the recently added '.. index::' entries. Update #3232. Update #3229. --- c-user/symmetric_multiprocessing_services.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c-user/symmetric_multiprocessing_services.rst') diff --git a/c-user/symmetric_multiprocessing_services.rst b/c-user/symmetric_multiprocessing_services.rst index 0cdf1ef..a2776f2 100644 --- a/c-user/symmetric_multiprocessing_services.rst +++ b/c-user/symmetric_multiprocessing_services.rst @@ -327,9 +327,9 @@ thread. During a context switch from the executing thread to the heir thread, the value of each task variable is saved to the thread control block of the executing thread and restored from the thread control block of the heir thread. This is inherently broken if more than one executing thread exists. -Alternatives to task variables are POSIX keys and :ref:`TLS `. All use -cases of task variables in the RTEMS code base were replaced with alternatives. -The task variable API has been removed in RTEMS 5.1. +Alternatives to task variables are POSIX keys and :term:`TLS`. All use cases +of task variables in the RTEMS code base were replaced with alternatives. The +task variable API has been removed in RTEMS 5.1. Highest Priority Thread Never Walks Alone ----------------------------------------- -- cgit v1.2.3