diff options
author | Andi Kleen <ak@suse.de> | 2006-09-26 10:52:30 +0200 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-09-26 10:52:30 +0200 |
commit | dfa4698c50bf85b7927214b0e4a3dc4bc3b3c4a9 (patch) | |
tree | 5273f10e463cef99b1a3fd4d369a8a6f2f4c6dce /arch/x86_64/kernel/setup.c | |
parent | [PATCH] Remove MPS table APIC renumbering (diff) | |
download | linux-dfa4698c50bf85b7927214b0e4a3dc4bc3b3c4a9.tar.xz linux-dfa4698c50bf85b7927214b0e4a3dc4bc3b3c4a9.zip |
[PATCH] Move early chipset quirks out to new file
They did not really belong into io_apic.c. Move them into a new file
and clean it up a bit.
Also remove outdated ATI quirk that was obsolete,
Signed-off-by: Andi Kleen <ak@suse.de>
Diffstat (limited to 'arch/x86_64/kernel/setup.c')
-rw-r--r-- | arch/x86_64/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/setup.c b/arch/x86_64/kernel/setup.c index fbe9f7faa2db..aab4bd66aa0d 100644 --- a/arch/x86_64/kernel/setup.c +++ b/arch/x86_64/kernel/setup.c @@ -653,7 +653,7 @@ void __init setup_arch(char **cmdline_p) paging_init(); - check_ioapic(); + early_quirks(); /* * set this early, so we dont allocate cpu0 |