aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandrine Bailleux <sandrine.bailleux@arm.com>2019-02-25 10:33:51 +0100
committerSandrine Bailleux <sandrine.bailleux@arm.com>2019-03-01 14:42:38 +0100
commit2712b53859473707b62648e6490e66933713dc5b (patch)
tree4b94dcdab4a7869a27c2a782928e80c587b5a61b
parenta4acc7f16500d7856f3317f8412665249da7e947 (diff)
downloadarm-trusted-firmware-2712b53859473707b62648e6490e66933713dc5b.tar.gz
Doc: Fix a formatting glitch
While converting the interrupt framework design document from Markdown to reStructuredText format, see commit 6f6257476754 ("Convert documentation to reStructuredText"), the structure of the document was changed and one of the titles got lost. Fix that. Change-Id: Ib3e6c1f9f01f16108fde3b89ceb624bd54049d2f Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
-rw-r--r--docs/interrupt-framework-design.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/interrupt-framework-design.rst b/docs/interrupt-framework-design.rst
index 52d1ed41b..7f54f9da7 100644
--- a/docs/interrupt-framework-design.rst
+++ b/docs/interrupt-framework-design.rst
@@ -954,11 +954,11 @@ The TSP handles interrupts under the asynchronous model as follows.
control to the TSP in response to an SMC with ``TSP_FID_RESUME`` as the
function identifier from the non-secure state (see section 2.3.2.4).
-#. .. rubric:: Other considerations
- :name: other-considerations
+Other considerations
+--------------------
Implication of preempted SMC on Non-Secure Software
----------------------------------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A ``yielding`` SMC call to Secure payload can be preempted by a non-secure
interrupt and the execution can return to the non-secure world for handling
@@ -1001,7 +1001,7 @@ TSP by returning ``SMC_UNK`` error.
--------------
-*Copyright (c) 2014-2018, Arm Limited and Contributors. All rights reserved.*
+*Copyright (c) 2014-2019, Arm Limited and Contributors. All rights reserved.*
.. _Porting Guide: ./porting-guide.rst
.. _SMC calling convention: http://infocenter.arm.com/help/topic/com.arm.doc.den0028a/index.html