Commit 1b779c8c authored by John Tsichritzis's avatar John Tsichritzis Committed by TrustedFirmware Code Review
Browse files

Merge "doc: Fix typo in file interrupt-framework-design.rst" into integration

parents e9e74aa4 36a5acfd
...@@ -381,8 +381,8 @@ in the ``cpu_context`` is used by the ``el3_exit()`` function to program the ...@@ -381,8 +381,8 @@ in the ``cpu_context`` is used by the ``el3_exit()`` function to program the
uint32_t value); uint32_t value);
``cm_get_scr_el3()`` returns the value of the ``SCR_EL3`` register for the specified ``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 security state of the current CPU. ``cm_write_scr_el3_bit()`` writes a ``0`` or ``1``
the bit specified by ``bit_pos``. ``register_interrupt_type_handler()`` invokes 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 ``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. model using the ``cm_get_scr_el3()`` and ``cm_write_scr_el3_bit()`` APIs.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment