]> Git Repo - linux.git/commit
[PATCH] Fix HPET operation on 32-bit NVIDIA platforms
authorAndy Currid <[email protected]>
Thu, 8 Jun 2006 07:43:38 +0000 (00:43 -0700)
committerLinus Torvalds <[email protected]>
Thu, 8 Jun 2006 22:12:21 +0000 (15:12 -0700)
commitd44647b0a6e48d18a1402dfa9052d85c4fe98341
treeb71d11af7eac501ba37d7ea45caecf5eb0a3cfe9
parent1def630a6a49dda5bc89dfbd86656293640456f0
[PATCH] Fix HPET operation on 32-bit NVIDIA platforms

From: "Andy Currid" <[email protected]>

This patch fixes a kernel panic during boot that occurs on NVIDIA platforms
that have HPET enabled.

When HPET is enabled, the standard timer IRQ is routed to IOAPIC pin 2 and is
advertised as such in the ACPI APIC table - but an earlier workaround in the
kernel was ignoring this override.  The fix is to honor timer IRQ overrides
from ACPI when HPET is detected on an NVIDIA platform.

Signed-off-by: Andy Currid <[email protected]>
Cc: "Brown, Len" <[email protected]>
Cc: "Yu, Luming" <[email protected]>
Cc: Andi Kleen <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/i386/kernel/acpi/earlyquirk.c
arch/i386/kernel/setup.c
This page took 0.051185 seconds and 4 git commands to generate.