[PATCH] ACPI: repair nvidia early quirk breakage on x86_64
authorLen Brown <lenb@kernel.org>
Thu, 8 Mar 2007 23:28:32 +0000 (18:28 -0500)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 9 Mar 2007 00:06:07 +0000 (16:06 -0800)
commitfe69933652562f093ccde600cecf234930c01932
treea5f7890fc469b7ea63047572076adad7c5d7c208
parenteb9c4f2ef7150ea2144b53811d1cf555d8e27f69
[PATCH] 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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
arch/i386/kernel/acpi/earlyquirk.c
arch/x86_64/kernel/early-quirks.c