aboutsummaryrefslogtreecommitdiff
path: root/doc/opal-api
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2019-12-09 12:14:42 +1100
committerOliver O'Halloran <oohall@gmail.com>2019-12-16 15:18:29 +1100
commit192efa9b973de21fd5da06c654bb8d177e50b2ff (patch)
tree6a21eaa3be9d286142d49832cef132a98ed94cab /doc/opal-api
parent0f46e5ca3460f84ef7bd9845dfe0f2d0c7068c98 (diff)
downloadskiboot-192efa9b973de21fd5da06c654bb8d177e50b2ff.zip
skiboot-192efa9b973de21fd5da06c654bb8d177e50b2ff.tar.gz
skiboot-192efa9b973de21fd5da06c654bb8d177e50b2ff.tar.bz2
doc/opal-api: Remove ref to OPAL_HMI_FLAGS_TOD_TB_FAIL
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>
Diffstat (limited to 'doc/opal-api')
-rw-r--r--doc/opal-api/opal-handle-hmi-98-166.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/opal-api/opal-handle-hmi-98-166.rst b/doc/opal-api/opal-handle-hmi-98-166.rst
index 5959e5e..5b75144 100644
--- a/doc/opal-api/opal-handle-hmi-98-166.rst
+++ b/doc/opal-api/opal-handle-hmi-98-166.rst
@@ -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.