[Skiboot] [PATCH] doc: Update OPAL API call IDs for OPAL_NPU_

Stewart Smith stewart at linux.vnet.ibm.com
Mon Sep 18 15:19:38 AEST 2017


Documentation was always the one that was wrong,
so we update it to reflect what was merged.

Signed-off-by: Stewart Smith <stewart at linux.vnet.ibm.com>
---
 .../{opal-npu2-141-142-143.rst => opal-npu2-146-147-148.rst}        | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename doc/opal-api/{opal-npu2-141-142-143.rst => opal-npu2-146-147-148.rst} (94%)

diff --git a/doc/opal-api/opal-npu2-141-142-143.rst b/doc/opal-api/opal-npu2-146-147-148.rst
similarity index 94%
rename from doc/opal-api/opal-npu2-141-142-143.rst
rename to doc/opal-api/opal-npu2-146-147-148.rst
index 1d4b33fbef89..4b9a7c19dc83 100644
--- a/doc/opal-api/opal-npu2-141-142-143.rst
+++ b/doc/opal-api/opal-npu2-146-147-148.rst
@@ -5,9 +5,9 @@ OPAL NPU2 calls
 
 There are three OPAL calls for interacting with NPU2 devices: ::
 
-#define OPAL_NPU_INIT_CONTEXT			141
-#define OPAL_NPU_DESTROY_CONTEXT		142
-#define OPAL_NPU_MAP_LPAR			143
+#define OPAL_NPU_INIT_CONTEXT			146
+#define OPAL_NPU_DESTROY_CONTEXT		147
+#define OPAL_NPU_MAP_LPAR			148
 
 These are used to setup and configure address translation services
 (ATS) for a given NVLink2 device. Note that in some documentation this
-- 
2.13.5



More information about the Skiboot mailing list