Skip to content

Commit

Permalink
doc/opal-api: Remove ref to OPAL_HMI_FLAGS_TOD_TB_FAIL
Browse files Browse the repository at this point in the history
A definition for this flag is provided below in a code block. It's not
an OPAL call so there's no ref to it and we get a warning.

Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
oohal committed Dec 16, 2019
1 parent 0f46e5c commit 192efa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/opal-api/opal-handle-hmi-98-166.rst
Expand Up @@ -117,7 +117,7 @@ event was generated. This information will help OS to take respective
actions.

In case where opal hmi handler is unable to recover from TOD or TB errors,
it would flag :ref:`OPAL_HMI_FLAGS_TOD_TB_FAIL` to indicate OS that TB is
it would flag ``OPAL_HMI_FLAGS_TOD_TB_FAIL`` to indicate OS that TB is
dead. This information then can be used by OS to make sure that the
functions relying on TB value (e.g. udelay()) are aware of TB not ticking.
This will avoid OS getting stuck or hang during its way to panic path.
Expand Down

0 comments on commit 192efa9

Please sign in to comment.