diff options
author | Cédric Le Goater <clg@kaod.org> | 2017-02-27 15:29:20 +0100 |
---|---|---|
committer | David Gibson <david@gibson.dropbear.id.au> | 2017-03-01 11:23:39 +1100 |
commit | d114a662253b4b9254f38449d9a7ef3b4b26480e (patch) | |
tree | c979e981444d6acc5092f059fe51e0d2a48eb686 /hw/ppc | |
parent | c79b2fdd7bfc51de5f93c7008f7ed6a262389ed6 (diff) |
ppc/xics: remove the XICS list of ICS
This is not used anymore.
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw/ppc')
-rw-r--r-- | hw/ppc/spapr.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/ppc/spapr.c b/hw/ppc/spapr.c index a5e6072a80..bce975ada5 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; |