mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 16:53:55 -06:00
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>
This commit is contained in:
parent
c79b2fdd7b
commit
d114a66225
3 changed files with 0 additions and 11 deletions
|
@ -83,7 +83,6 @@ struct XICSState {
|
|||
/*< public >*/
|
||||
uint32_t nr_servers;
|
||||
ICPState *ss;
|
||||
QLIST_HEAD(, ICSState) ics;
|
||||
};
|
||||
|
||||
#define TYPE_ICP "icp"
|
||||
|
@ -154,7 +153,6 @@ struct ICSState {
|
|||
qemu_irq *qirqs;
|
||||
ICSIRQState *irqs;
|
||||
XICSState *xics;
|
||||
QLIST_ENTRY(ICSState) list;
|
||||
};
|
||||
|
||||
static inline bool ics_valid_irq(ICSState *ics, uint32_t nr)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue