From d114a662253b4b9254f38449d9a7ef3b4b26480e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Le=20Goater?= Date: Mon, 27 Feb 2017 15:29:20 +0100 Subject: ppc/xics: remove the XICS list of ICS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is not used anymore. Signed-off-by: Cédric Le Goater Reviewed-by: David Gibson Signed-off-by: David Gibson --- hw/ppc/spapr.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hw/ppc') diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c index a5e6072..bce975a 100644 --- a/hw/ppc/spapr.c +++ b/hw/ppc/spapr.c @@ -123,7 +123,6 @@ static XICSState *try_create_xics(sPAPRMachineState *spapr, if (err) { goto error; } - QLIST_INSERT_HEAD(&xics->ics, ics, list); xics->ss = g_malloc0(nr_servers * sizeof(ICPState)); xics->nr_servers = nr_servers; -- cgit v1.1