Message ID | 20241108195820.789716-1-andrew.cooper3@citrix.com (mailing list archive) |
---|---|
Headers | show |
Series | Untangle mach-generic/ | expand |
On 08.11.2024 20:58, Andrew Cooper wrote: > There's only one header file left. More than half of it is totally useless, > and the rest has better places to live in the tree. > > This lets us drop a compiler include path. > > Andrew Cooper (10): > VT-d: Drop includes of mach_apic.h > x86: Drop includes of mach_apic.h > x86/mach-apic: Move generic_*_probe() declarations into genapic.h > x86/mach-apic: Drop apic_id_registered() > x86/mach-apic: Drop ioapic_phys_id_map() > x86/mach-apic: Drop check_apicid_used() > x86/mach-apic: Drop check_apicid_present() > x86/mach-apic: Drop set_apicid() > x86/mach-apic: Move the genapic wrappers to genapic.h Up to here: Acked-by: Jan Beulich <jbeulich@suse.com> > x86: Delete mach_apic.h I'll comment on this one separately. Jan