ACPI: repair nvidia early quirk breakage on x86_64
authorLen Brown <len.brown@intel.com>
Thu, 8 Mar 2007 23:30:25 +0000 (18:30 -0500)
committerLen Brown <len.brown@intel.com>
Fri, 9 Mar 2007 08:49:35 +0000 (03:49 -0500)
commitd7930085c28d295b573f6862ff863ccbb8a580ce
treec4d1221f6519c01853b14730d6a7758a27d91a56
parentff24ba74b6d3befbfbafa142582211b5a6095d45
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 <len.brown@intel.com>
arch/i386/kernel/acpi/earlyquirk.c
arch/x86_64/kernel/early-quirks.c