commit | f62bae5009c1ba596cd475cafbc83e0570a36e26 | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Tue Feb 17 18:09:24 2009 +0100 |
committer | Ingo Molnar <mingo@elte.hu> | Tue Feb 17 18:17:36 2009 +0100 |
tree | 0c5a3000c566f42a7cc25d6c03d69d20b9bd0166 | |
parent | be163a159b223e94b3180afdd47a8d468eb9a492 [diff] |
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>