commit | d7930085c28d295b573f6862ff863ccbb8a580ce | [log] [tgz] |
---|---|---|
author | Len Brown <len.brown@intel.com> | Thu Mar 08 18:30:25 2007 -0500 |
committer | Len Brown <len.brown@intel.com> | Fri Mar 09 03:49:35 2007 -0500 |
tree | c4d1221f6519c01853b14730d6a7758a27d91a56 | |
parent | ff24ba74b6d3befbfbafa142582211b5a6095d45 [diff] |
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>