Skip to content
Commit bacbe999 authored by Janne Kulmala's avatar Janne Kulmala Committed by Ingo Molnar
Browse files

x86: enable HPET on Fujitsu u9200



Impact: auto-enable HPET on Fujitsu u9200

HPET timer is listed in the ACPI table, but needs a quirk entry in order to
work. Unfortunately, the quirk code runs after first HPET hpet_enable() which
has already determined that the timer doesn't work (reads 0xFFFFFFFF). This
patch allows hpet_enable() to be called again after running the quirk code.

Signed-off-by: default avatarJanne Kulmala <janne.t.kulmala@tut.fi>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent e45f2c07
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment