Skip to content

Commit

Permalink
skiboot: Documentation typo in opal-return-cpu
Browse files Browse the repository at this point in the history
changed OPAL_REINIT_CPU -> OPAL_REINIT_CPUS

Signed-off-by: Daniel Black <daniel.black@au.ibm.com>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
grooverdan authored and stewartsmith committed Sep 19, 2017
1 parent 0f1159e commit 7b8125c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/opal-api/opal-return-cpu-69.rst
Expand Up @@ -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.

Expand Down

0 comments on commit 7b8125c

Please sign in to comment.