[Skiboot] [PATCH] opal-api: Document hole in the token list
Oliver O'Halloran
oohall at gmail.com
Wed May 29 14:37:32 AEST 2019
OPAL call tokens 46, 47, and 48 have been unused since the dawn of time
as far as I can tell. Document the hole so the next person to assume
it's contigious doesn't get tripped up by it.
Signed-off-by: Oliver O'Halloran <oohall at gmail.com>
---
include/opal-api.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/include/opal-api.h b/include/opal-api.h
index b0ad435539fb..16a9a9a95b24 100644
--- a/include/opal-api.h
+++ b/include/opal-api.h
@@ -105,6 +105,9 @@
#define OPAL_WRITE_OPPANEL 43 /* unimplemented */
#define OPAL_PCI_MAP_PE_DMA_WINDOW 44
#define OPAL_PCI_MAP_PE_DMA_WINDOW_REAL 45
+/* 46 is unused */
+/* 47 is unused */
+/* 48 is unused */
#define OPAL_PCI_RESET 49
#define OPAL_PCI_GET_HUB_DIAG_DATA 50
#define OPAL_PCI_GET_PHB_DIAG_DATA 51
--
2.20.1
More information about the Skiboot
mailing list