diff options
author | Daniel Black <daniel.black@au.ibm.com> | 2017-07-26 11:47:21 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-09-19 20:40:30 +1000 |
commit | 7b8125c392fbcf98e80e256b28209726bd0d8dff (patch) | |
tree | 00ff9d44403517d7fd55f411a9e33ca893582239 /doc | |
parent | 0f1159eed08862be9e437940aeba9d6c744581c9 (diff) | |
download | skiboot-7b8125c392fbcf98e80e256b28209726bd0d8dff.zip skiboot-7b8125c392fbcf98e80e256b28209726bd0d8dff.tar.gz skiboot-7b8125c392fbcf98e80e256b28209726bd0d8dff.tar.bz2 |
skiboot: Documentation typo in opal-return-cpu
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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/opal-api/opal-return-cpu-69.rst | 4 |
1 files 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 29894ac..4a9631c 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. |