[PATCH] x86-64: Try multiple timer variants in check_timer
authorAndi Kleen <ak@suse.de>
Thu, 7 Dec 2006 01:14:06 +0000 (02:14 +0100)
committerAndi Kleen <andi@basil.nowhere.org>
Thu, 7 Dec 2006 01:14:06 +0000 (02:14 +0100)
commitb026872601976f666bae77b609dc490d1834bf77
treec1e9180ed6fd29cd025ba1d40407da8a3aeeaaa6
parent11a4180c0b03e2ee0c948fd8430ee092dc1625b3
[PATCH] x86-64: Try multiple timer variants in check_timer

Instead of adding all kinds of more quirks try various timer
routing variants in check_timer.

In particular this tries to handle quirks from:
- Nvidia NF2-4 reference BIOS: wrong timer override
- Asus: Wrong timer override but no HPET table
- ATI: require timer disabled in 8259
- Some boards: require timer enabled in 8259

We just try many of the the known variants in the hopefully right order
in check_timer.

Trying pin 0/2 on Nvidia suggested by Tim Hockin.

TBD Experimental. Needs a lot of testing

Signed-off-by: Andi Kleen <ak@suse.de>
Documentation/x86_64/boot-options.txt
arch/x86_64/kernel/early-quirks.c
arch/x86_64/kernel/io_apic.c