From 0baf63f38757d356de3436ac0ab47511f98b8723 Mon Sep 17 00:00:00 2001 From: Daniel Axtens Date: Mon, 16 Nov 2015 15:57:36 +1100 Subject: 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 Signed-off-by: Stewart Smith --- core/init.c | 1 - 1 file changed, 1 deletion(-) (limited to 'core') diff --git a/core/init.c b/core/init.c index 6d21b55..54a5735 100644 --- a/core/init.c +++ b/core/init.c @@ -734,7 +734,6 @@ void __noreturn main_cpu_entry(const void *fdt, u32 master_cpu) opal_init_msg(); /* Probe IO hubs */ - probe_p5ioc2(); probe_p7ioc(); /* Probe PHB3 on P8 */ -- cgit v1.1