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)
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>

No differences found