diff options
author | Stewart Smith <stewart@linux.ibm.com> | 2019-05-31 16:12:38 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.ibm.com> | 2019-06-03 10:19:59 +1000 |
commit | 8e4bb49cb5cdb66785e302127a3cf46b0f9fd9a5 (patch) | |
tree | a8024617218cd38c2301e0064c88a8d99ef22d9a /include/pci.h | |
parent | d3e07e2a07d3cf5bc67a4a451c57b3a521d5b5df (diff) | |
download | skiboot-8e4bb49cb5cdb66785e302127a3cf46b0f9fd9a5.zip skiboot-8e4bb49cb5cdb66785e302127a3cf46b0f9fd9a5.tar.gz skiboot-8e4bb49cb5cdb66785e302127a3cf46b0f9fd9a5.tar.bz2 |
Remove remnants of OPAL_PCI_SET_PHB_TCE_MEMORY
There's no reason we need remnants hanging around that aren't used, so
remove them and save a handful of bytes at runtime.
Simultaneously, document the OPAL call removal.
Signed-off-by: Stewart Smith <stewart@linux.ibm.com>
Diffstat (limited to 'include/pci.h')
-rw-r--r-- | include/pci.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/pci.h b/include/pci.h index b49641c..cf06dc3 100644 --- a/include/pci.h +++ b/include/pci.h @@ -337,12 +337,6 @@ struct phb_ops { int64_t (*papr_errinjct_reset)(struct phb *phb); /* - * P5IOC2 only - */ - int64_t (*set_phb_tce_memory)(struct phb *phb, uint64_t tce_mem_addr, - uint64_t tce_mem_size); - - /* * IODA2 PCI interfaces */ int64_t (*pci_msi_eoi)(struct phb *phb, uint32_t hwirq); |