Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bf56957d authored by Ian Campbell's avatar Ian Campbell Committed by Jeremy Fitzhardinge
Browse files

xen: expose enable_IO_APIC for 32-bit



enable_IO_APIC() is defined for both 32- and 64-bit x86, so it should
be declared for both.

Signed-off-by: default avatarIan Campbell <ian.campbell@citrix.com>
Signed-off-by: default avatarJeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
parent ca97ab90
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -65,9 +65,7 @@ extern void disable_IO_APIC(void);
extern int IO_APIC_get_PCI_irq_vector(int bus, int slot, int fn);
extern void setup_ioapic_dest(void);

#ifdef CONFIG_X86_64
extern void enable_IO_APIC(void);
#endif

/* Statistics */
extern atomic_t irq_err_count;