aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2019-05-31 16:12:39 +1000
committerStewart Smith <stewart@linux.ibm.com>2019-06-03 10:19:59 +1000
commitdf8dd2733162a294f0cecc0f9a24b3a27e6f9a22 (patch)
treef4d76ff80a0bd5082ebaf463d9f52f466346b4ca /include
parent8e4bb49cb5cdb66785e302127a3cf46b0f9fd9a5 (diff)
downloadskiboot-df8dd2733162a294f0cecc0f9a24b3a27e6f9a22.zip
skiboot-df8dd2733162a294f0cecc0f9a24b3a27e6f9a22.tar.gz
skiboot-df8dd2733162a294f0cecc0f9a24b3a27e6f9a22.tar.bz2
Remove last remnants of OPAL_PCI_SET_PHB_TCE_MEMORY and OPAL_PCI_SET_HUB_TCE_MEMORY
Since we have not supported p5ioc systems since skiboot 5.2, it's pretty safe to just wholesale remove these OPAL calls now. Signed-off-by: Stewart Smith <stewart@linux.ibm.com> Reviewed-by: Andrew Donnellan <ajd@linux.ibm.com> Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/opal-api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/opal-api.h b/include/opal-api.h
index b0ad435..535cca8 100644
--- a/include/opal-api.h
+++ b/include/opal-api.h
@@ -70,8 +70,8 @@
#define OPAL_WRITE_NVRAM 8
#define OPAL_HANDLE_INTERRUPT 9
#define OPAL_POLL_EVENTS 10
-#define OPAL_PCI_SET_HUB_TCE_MEMORY 11
-#define OPAL_PCI_SET_PHB_TCE_MEMORY 12
+#define OPAL_PCI_SET_HUB_TCE_MEMORY 11 /* Removed, p5ioc only */
+#define OPAL_PCI_SET_PHB_TCE_MEMORY 12 /* Removed, p5ioc only */
#define OPAL_PCI_CONFIG_READ_BYTE 13
#define OPAL_PCI_CONFIG_READ_HALF_WORD 14
#define OPAL_PCI_CONFIG_READ_WORD 15