Skip to content
Commit d7930085 authored by Len Brown's avatar Len Brown
Browse files

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: default avatarLen Brown <len.brown@intel.com>
parent ff24ba74
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment