LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH][2.4.26 x86_64] fix ACPI PRT entry handling
@ 2004-05-21 22:23 Andy Currid
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Currid @ 2004-05-21 22:23 UTC (permalink / raw)
  To: linux-kernel


This patch fixes a PCI interrupt routing bug that shows up when running
on x86_64 with ACPI and IOAPIC functionality enabled. Without this patch
in place, the code attempts to route all configurable PCI interrupts to
IRQ 0.

Regards

Andy
--
Andy Currid, NVIDIA Corporation 
acurrid@nvidia.com   408 566 6743

--
diff -Nupr linux-2.4.26/arch/x86_64/kernel/mpparse.c
linux-2.4.26-patch/arch/x86_64/kernel/mpparse.c
--- linux-2.4.26/arch/x86_64/kernel/mpparse.c	2004-05-21
06:39:40.000000000 -0700
+++ linux-2.4.26-patch/arch/x86_64/kernel/mpparse.c	2004-05-21
06:39:33.000000000 -0700
@@ -942,8 +942,6 @@ void __init mp_parse_prt (void)
 			irq = entry->link.index;
 		}
 
-		irq = entry->link.index;
-
   		/* Don't set up the ACPI SCI because it's already set up
*/
                 if (acpi_fadt.sci_int == irq) {
                          entry->irq = irq; /*we still need to set
entry's irq*/

^ permalink raw reply	[flat|nested] 2+ messages in thread
[parent not found: <A6974D8E5F98D511BB910002A50A6647615FBF36@hdsmsx403.hd.intel.com>]

end of thread, other threads:[~2004-05-23  2:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-05-21 22:23 [PATCH][2.4.26 x86_64] fix ACPI PRT entry handling Andy Currid
     [not found] <A6974D8E5F98D511BB910002A50A6647615FBF36@hdsmsx403.hd.intel.com>
2004-05-23  2:58 ` Len Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).