From e6272787ed96c9092a5116e2b15d211521ad6e61 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Wed, 21 Feb 2018 14:33:40 +1100 Subject: opal-api: Re-jig OPAL API numbers because OpenCAPI kernel merge 74d656d219b98ef3b96f92439337aa6392a7577d added OPAL APIs to kernel (and this commit is now in Linus' tree) that hadn't yet made their way to OPAL. Also, be slightly grumbly about it. Signed-off-by: Stewart Smith --- include/opal-api.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/opal-api.h b/include/opal-api.h index b66b0d1..bb18a8b 100644 --- a/include/opal-api.h +++ b/include/opal-api.h @@ -215,9 +215,12 @@ #define OPAL_SENSOR_GROUP_CLEAR 156 #define OPAL_PCI_SET_P2P 157 #define OPAL_QUIESCE 158 -#define OPAL_SENSOR_READ_U64 159 -#define OPAL_SENSOR_GROUP_ENABLE 160 -#define OPAL_LAST 160 +#define OPAL_RESERVED_OPENCAPI_GRUMPY_AND 159 +#define OPAL_RESERVED_OPENCAPI_DISGRUNTLED 160 +#define OPAL_RESERVED_OPENCAPI_MAINTAINER 161 +#define OPAL_SENSOR_READ_U64 162 +#define OPAL_SENSOR_GROUP_ENABLE 163 +#define OPAL_LAST 163 #define QUIESCE_HOLD 1 /* Spin all calls at entry */ #define QUIESCE_REJECT 2 /* Fail all calls with OPAL_BUSY */ -- cgit v1.1