From 7b8125c392fbcf98e80e256b28209726bd0d8dff Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Wed, 26 Jul 2017 11:47:21 +1000 Subject: [PATCH] skiboot: Documentation typo in opal-return-cpu changed OPAL_REINIT_CPU -> OPAL_REINIT_CPUS Signed-off-by: Daniel Black Signed-off-by: Stewart Smith --- doc/opal-api/opal-return-cpu-69.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/opal-api/opal-return-cpu-69.rst b/doc/opal-api/opal-return-cpu-69.rst index 29894acd9213..4a9631c8778f 100644 --- a/doc/opal-api/opal-return-cpu-69.rst +++ b/doc/opal-api/opal-return-cpu-69.rst @@ -5,11 +5,11 @@ OPAL_RETURN_CPU int64_t opal_return_cpu(void); When OPAL first starts the host, all secondary CPUs are spinning in OPAL. -To start them, one must call OPAL_START_CPU (you may want to OPAL_REINIT_CPU +To start them, one must call OPAL_START_CPU (you may want to OPAL_REINIT_CPUS to set the HILE bit first). In cases where you need OPAL to do something for you across all CPUs, such -as OPAL_REINIT_CPU, (on some platforms) a firmware update or get the machine +as OPAL_REINIT_CPUS, (on some platforms) a firmware update or get the machine back into a similar state as to when the host OS was started (e.g. for kexec) you may also need to return control of the CPU to OPAL.