summaryrefslogtreecommitdiffstats
path: root/include/opal-api.h
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2016-12-22 14:16:56 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-01-05 15:41:02 +1100
commit69362298453eb12f7d633524ce46834dbb5290d4 (patch)
tree9310252dfcfc48fd422d827952f28b4ba586c66d /include/opal-api.h
parentacb4ce7ed80b2df2eb86390285cb5496614fa37f (diff)
downloadblackbird-skiboot-69362298453eb12f7d633524ce46834dbb5290d4.tar.gz
blackbird-skiboot-69362298453eb12f7d633524ce46834dbb5290d4.zip
xive: Add *any chip* for allocating interrupts
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/opal-api.h')
-rw-r--r--include/opal-api.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/opal-api.h b/include/opal-api.h
index 4503177a..800f3966 100644
--- a/include/opal-api.h
+++ b/include/opal-api.h
@@ -1118,6 +1118,11 @@ enum {
OPAL_XIVE_VP_ENABLED = 0x00000001,
};
+/* "Any chip" replacement for chip ID for allocation functions */
+enum {
+ OPAL_XIVE_ANY_CHIP = 0xffffffff,
+};
+
#endif /* __ASSEMBLY__ */
#endif /* __OPAL_API_H */
OpenPOWER on IntegriCloud