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 /include/asm-x86_64/proto.h | |
parent | edd965229669f8f8dfddec8c863250440fb65ab3 (diff) | |
download | talos-obmc-linux-dfa4698c50bf85b7927214b0e4a3dc4bc3b3c4a9.tar.gz talos-obmc-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 'include/asm-x86_64/proto.h')
-rw-r--r-- | include/asm-x86_64/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86_64/proto.h b/include/asm-x86_64/proto.h index 3b1c60247902..58fec91318e4 100644 --- a/include/asm-x86_64/proto.h +++ b/include/asm-x86_64/proto.h @@ -92,7 +92,7 @@ extern void syscall32_cpu_init(void); extern void setup_node_bootmem(int nodeid, unsigned long start, unsigned long end); -extern void check_ioapic(void); +extern void early_quirks(void); extern void check_efer(void); extern int unhandled_signal(struct task_struct *tsk, int sig); |