From: Janne Kulmala Date: Tue, 16 Dec 2008 11:39:57 +0000 (+0200) Subject: x86: enable HPET on Fujitsu u9200 X-Git-Tag: v2.6.29-rc1~571^2^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bacbe9994541c70aa3abd1a013ac738e58d4bfb2;p=pandora-kernel.git 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: Janne Kulmala Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed