diff options
author | Daniel Axtens <dja@axtens.net> | 2015-11-16 15:57:36 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2015-11-18 11:30:44 +1100 |
commit | 0baf63f38757d356de3436ac0ab47511f98b8723 (patch) | |
tree | 46b0fa3cbfd410aab235cc36898de98427b45f63 /include/cec.h | |
parent | 30b0074073fb419a0586c6da39852aa412869ed4 (diff) | |
download | skiboot-0baf63f38757d356de3436ac0ab47511f98b8723.zip skiboot-0baf63f38757d356de3436ac0ab47511f98b8723.tar.gz skiboot-0baf63f38757d356de3436ac0ab47511f98b8723.tar.bz2 |
Drop support for p5ioc2
p5ioc2 is used by approximately 2 machines in the world, and has never
ever been a supported configuration.
Not only is the code virtually unused and very tricky to test, but
keeping it around is making life unnecessarily difficult:
- It's more complexity to manage for things such as PCI slot support
- It's more code for static analysis to cover, which means more time
fixing bugs that affect no-one.
- It's bloating every single install of skiboot for no benefit.
- It's reducing coverage stats, which is sad.
Drop p5ioc2.
Signed-off-by: Daniel Axtens <dja@axtens.net>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'include/cec.h')
-rw-r--r-- | include/cec.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/cec.h b/include/cec.h index 87cdc0e..97da17a 100644 --- a/include/cec.h +++ b/include/cec.h @@ -26,10 +26,6 @@ struct io_hub; struct io_hub_ops { - /* OPAL_PCI_SET_HUB_TCE_MEMORY (p5ioc2 only) */ - int64_t (*set_tce_mem)(struct io_hub *hub, uint64_t address, - uint64_t size); - /* OPAL_PCI_GET_HUB_DIAG_DATA */ int64_t (*get_diag_data)(struct io_hub *hub, void *diag_buffer, uint64_t diag_buffer_len); |