diff options
author | Andi Kleen <ak@suse.de> | 2006-09-26 04:52:30 -0400 |
---|---|---|
committer | Andi Kleen <andi@basil.nowhere.org> | 2006-09-26 04:52:30 -0400 |
commit | dfa4698c50bf85b7927214b0e4a3dc4bc3b3c4a9 (patch) | |
tree | 5273f10e463cef99b1a3fd4d369a8a6f2f4c6dce /arch/x86_64/kernel/setup.c | |
parent | edd965229669f8f8dfddec8c863250440fb65ab3 (diff) |
[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) | |||
653 | 653 | ||
654 | paging_init(); | 654 | paging_init(); |
655 | 655 | ||
656 | check_ioapic(); | 656 | early_quirks(); |
657 | 657 | ||
658 | /* | 658 | /* |
659 | * set this early, so we dont allocate cpu0 | 659 | * set this early, so we dont allocate cpu0 |