1. 10 Mar, 2007 2 commits
  2. 09 Mar, 2007 1 commit
    • Len Brown's avatar
      ACPI: repair nvidia early quirk breakage on x86_64 · d7930085
      Len Brown authored
      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>
      d7930085
  3. 07 Mar, 2007 37 commits