summaryrefslogtreecommitdiffstats
path: root/hw/p7ioc.c
diff options
context:
space:
mode:
authorDaniel Axtens <dja@axtens.net>2015-11-16 15:57:36 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2015-11-18 11:30:44 +1100
commit0baf63f38757d356de3436ac0ab47511f98b8723 (patch)
tree46b0fa3cbfd410aab235cc36898de98427b45f63 /hw/p7ioc.c
parent30b0074073fb419a0586c6da39852aa412869ed4 (diff)
downloadtalos-skiboot-0baf63f38757d356de3436ac0ab47511f98b8723.tar.gz
talos-skiboot-0baf63f38757d356de3436ac0ab47511f98b8723.zip
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 'hw/p7ioc.c')
-rw-r--r--hw/p7ioc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/p7ioc.c b/hw/p7ioc.c
index 95941422..85a0a512 100644
--- a/hw/p7ioc.c
+++ b/hw/p7ioc.c
@@ -186,7 +186,6 @@ static int64_t p7ioc_get_diag_data(struct io_hub *hub,
}
static const struct io_hub_ops p7ioc_hub_ops = {
- .set_tce_mem = NULL, /* No set_tce_mem for p7ioc, we use FMTC */
.get_diag_data = p7ioc_get_diag_data,
.reset = p7ioc_reset,
};
OpenPOWER on IntegriCloud