aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoel Stanley <joel@jms.id.au>2023-07-25 15:06:11 +0930
committerReza Arbab <arbab@linux.ibm.com>2023-08-09 15:37:17 -0500
commit4183a749ada259c422e003028bebba11ba17ce08 (patch)
tree9c2d6f97521998fe2553f9c2d63d6bdcf388570d /include
parent8fe7ea7c1515746299129cc56eff266c7a340950 (diff)
downloadskiboot-4183a749ada259c422e003028bebba11ba17ce08.zip
skiboot-4183a749ada259c422e003028bebba11ba17ce08.tar.gz
skiboot-4183a749ada259c422e003028bebba11ba17ce08.tar.bz2
pci: Remove MVE opal calls
These callbacks were used by the p7ioc code that was removed a long time ago. Add them to the list of removed calls and delete the dead code. Linux has removed the code that called these functions in v6.5-rc1. Signed-off-by: Joel Stanley <joel@jms.id.au> Signed-off-by: Reza Arbab <arbab@linux.ibm.com>
Diffstat (limited to 'include')
-rw-r--r--include/pci.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/pci.h b/include/pci.h
index caae744..59f9fcc 100644
--- a/include/pci.h
+++ b/include/pci.h
@@ -296,12 +296,6 @@ struct phb_ops {
int64_t (*get_option)(struct phb *phb, enum OpalPhbOption opt,
__be64 *setting);
- int64_t (*set_mve)(struct phb *phb, uint32_t mve_number,
- uint64_t pe_number);
-
- int64_t (*set_mve_enable)(struct phb *phb, uint32_t mve_number,
- uint32_t state);
-
int64_t (*set_xive_pe)(struct phb *phb, uint64_t pe_number,
uint32_t xive_num);