]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - arch/x86/kernel/Makefile
x86, apic: move APIC drivers to arch/x86/kernel/apic/*
authorIngo Molnar <mingo@elte.hu>
Tue, 17 Feb 2009 17:09:24 +0000 (18:09 +0100)
committerIngo Molnar <mingo@elte.hu>
Tue, 17 Feb 2009 17:17:36 +0000 (18:17 +0100)
commitf62bae5009c1ba596cd475cafbc83e0570a36e26
tree0c5a3000c566f42a7cc25d6c03d69d20b9bd0166
parentbe163a159b223e94b3180afdd47a8d468eb9a492
x86, apic: move APIC drivers to arch/x86/kernel/apic/*

arch/x86/kernel/ is getting a bit crowded, and the APIC
drivers are scattered into various different files.

Move them to arch/x86/kernel/apic/*, and also remove
the 'gen' prefix from those which had it.

Also move APIC related functionality: the IO-APIC driver,
the NMI and the IPI code.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
20 files changed:
arch/x86/kernel/Makefile
arch/x86/kernel/apic.c [deleted file]
arch/x86/kernel/apic/Makefile [new file with mode: 0644]
arch/x86/kernel/apic/apic.c [new file with mode: 0644]
arch/x86/kernel/apic/apic_64.c [new file with mode: 0644]
arch/x86/kernel/apic/apic_flat_64.c [new file with mode: 0644]
arch/x86/kernel/apic/io_apic.c [new file with mode: 0644]
arch/x86/kernel/apic/ipi.c [new file with mode: 0644]
arch/x86/kernel/apic/nmi.c [new file with mode: 0644]
arch/x86/kernel/apic/x2apic_cluster.c [new file with mode: 0644]
arch/x86/kernel/apic/x2apic_phys.c [new file with mode: 0644]
arch/x86/kernel/apic/x2apic_uv_x.c [new file with mode: 0644]
arch/x86/kernel/genapic_64.c [deleted file]
arch/x86/kernel/genapic_flat_64.c [deleted file]
arch/x86/kernel/genx2apic_cluster.c [deleted file]
arch/x86/kernel/genx2apic_phys.c [deleted file]
arch/x86/kernel/genx2apic_uv_x.c [deleted file]
arch/x86/kernel/io_apic.c [deleted file]
arch/x86/kernel/ipi.c [deleted file]
arch/x86/kernel/nmi.c [deleted file]