From: Len Brown Date: Thu, 8 Mar 2007 23:30:25 +0000 (-0500) Subject: ACPI: repair nvidia early quirk breakage on x86_64 X-Git-Tag: v2.6.21-rc4~55^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7930085c28d295b573f6862ff863ccbb8a580ce;p=pandora-kernel.git 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 --- Reading git-diff-tree failed