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)
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>

No differences found