summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Tsichritzis <john.tsichritzis@arm.com>2019-06-25 11:33:52 +0000
committerTrustedFirmware Code Review <review@review.trustedfirmware.org>2019-06-25 11:33:52 +0000
commit1b779c8c49c680f9bc0926ead67079d496426ed4 (patch)
tree0d73a9213afd8a43ea01b8f1d5415d17cfacc57d /docs
parente9e74aa4c8b06d40c7fd300d9dd0e668f25f2b6e (diff)
parent36a5acfd1dac5c47210c615fa45539320f8238d5 (diff)
Merge "doc: Fix typo in file interrupt-framework-design.rst" into integration
Diffstat (limited to 'docs')
-rw-r--r--docs/design/interrupt-framework-design.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/design/interrupt-framework-design.rst b/docs/design/interrupt-framework-design.rst
index f68cf219..4a864f9c 100644
--- a/docs/design/interrupt-framework-design.rst
+++ b/docs/design/interrupt-framework-design.rst
@@ -381,8 +381,8 @@ in the ``cpu_context`` is used by the ``el3_exit()`` function to program the
uint32_t value);
``cm_get_scr_el3()`` returns the value of the ``SCR_EL3`` register for the specified
-security state of the current CPU. ``cm_write_scr_el3()`` writes a ``0`` or ``1`` to
-the bit specified by ``bit_pos``. ``register_interrupt_type_handler()`` invokes
+security state of the current CPU. ``cm_write_scr_el3_bit()`` writes a ``0`` or ``1``
+to the bit specified by ``bit_pos``. ``register_interrupt_type_handler()`` invokes
``set_routing_model()`` API which programs the ``SCR_EL3`` according to the routing
model using the ``cm_get_scr_el3()`` and ``cm_write_scr_el3_bit()`` APIs.