summaryrefslogtreecommitdiff
path: root/docs/getting_started/psci-lib-integration-guide.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started/psci-lib-integration-guide.rst')
-rw-r--r--docs/getting_started/psci-lib-integration-guide.rst10
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/getting_started/psci-lib-integration-guide.rst b/docs/getting_started/psci-lib-integration-guide.rst
index 37352659d..4d690a978 100644
--- a/docs/getting_started/psci-lib-integration-guide.rst
+++ b/docs/getting_started/psci-lib-integration-guide.rst
@@ -337,16 +337,6 @@ at address ``addr`` (first argument) address and of size ``size`` (second argume
This function invalidates (flushes) the data cache for memory at address
``addr`` (first argument) address and of size ``size`` (second argument).
-**Function : do_panic()**
-
-::
-
- Argument : void
- Return : void
-
-This function will be called by the PSCI library on encountering a critical
-failure that cannot be recovered from. This function **must not** return.
-
CPU Context management API
~~~~~~~~~~~~~~~~~~~~~~~~~~