From: Len Brown Date: Thu, 8 Mar 2007 23:28:32 +0000 (-0500) Subject: [PATCH] ACPI: repair nvidia early quirk breakage on x86_64 X-Git-Tag: v2.6.21-rc4~78 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe69933652562f093ccde600cecf234930c01932;p=pandora-kernel.git [PATCH] ACPI: repair nvidia early quirk breakage on x86_64 x86_64 nvidia_bugs() broke when we bailed out on not finding the HPET. However, the quirk works by checking for _not_ finding the HPET... Delete the nvidia_hpet_detected flag and simply test for not finding the HPET, which is simple to do now that acpi_table_parse returns 1 on failure. Signed-off-by: Len Brown Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed