Re: [PATCH v4 16/17] x86/ioapic: export a few functions and data structures via io_apic.h

2021-01-09 Thread Wei Liu
On Wed, Jan 06, 2021 at 08:33:49PM +, Wei Liu wrote: > We are about to implement an irqchip for IO-APIC when Linux runs as root > on Microsoft Hypervisor. At the same time we would like to reuse > existing code as much as possible. > > Move mp_chip_data to io_apic.h and make a few helper

[PATCH v4 16/17] x86/ioapic: export a few functions and data structures via io_apic.h

2021-01-06 Thread Wei Liu
We are about to implement an irqchip for IO-APIC when Linux runs as root on Microsoft Hypervisor. At the same time we would like to reuse existing code as much as possible. Move mp_chip_data to io_apic.h and make a few helper functions non-static. No functional change. Signed-off-by: Wei Liu