[Skiboot] [PATCH] Reserve OPAL API number for opal_handle_hmi2 function.
Mahesh J Salgaonkar
mahesh at linux.vnet.ibm.com
Fri Mar 9 03:40:16 AEDT 2018
From: Mahesh Salgaonkar <mahesh at linux.vnet.ibm.com>
Requested-by: Benjamin Herrenschmidt <benh at kernel.crashing.org>
Signed-off-by: Mahesh Salgaonkar <mahesh at linux.vnet.ibm.com>
---
include/opal-api.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/include/opal-api.h b/include/opal-api.h
index 34a2d084b..df71cf2d7 100644
--- a/include/opal-api.h
+++ b/include/opal-api.h
@@ -222,7 +222,8 @@
#define OPAL_SENSOR_GROUP_ENABLE 163
#define OPAL_PCI_GET_PBCQ_TUNNEL_BAR 164
#define OPAL_PCI_SET_PBCQ_TUNNEL_BAR 165
-#define OPAL_LAST 165
+#define OPAL_HANDLE_HMI2 166
+#define OPAL_LAST 166
#define QUIESCE_HOLD 1 /* Spin all calls at entry */
#define QUIESCE_REJECT 2 /* Fail all calls with OPAL_BUSY */
More information about the Skiboot
mailing list