PERFORCE change 41588 for review

Peter Wemm peter at FreeBSD.org
Thu Nov 6 08:40:45 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=41588

Change 41588 by peter at peter_daintree on 2003/11/06 08:39:54

	integ -b smp_hammer -I

Affected files ...

.. //depot/projects/hammer/sys/amd64/acpica/madt.c#14 integrate

Differences ...

==== //depot/projects/hammer/sys/amd64/acpica/madt.c#14 (text+ko) ====

@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__FBSDID("$FreeBSD: src/sys/i386/acpica/madt.c,v 1.3 2003/11/05 23:15:51 jhb Exp $");
+__FBSDID("$FreeBSD: src/sys/i386/acpica/madt.c,v 1.4 2003/11/06 14:47:53 jhb Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -545,7 +545,8 @@
 		    &old_pin) != 0)
 			printf("MADT: Could not find APIC for source IRQ %d\n",
 			    intr->Source);
-		else
+		else if (ioapic_get_vector(old_ioapic, old_pin) ==
+		    intr->Source)
 			ioapic_disable_pin(old_ioapic, old_pin);
 	}
 	ioapic_set_triggermode(new_ioapic, new_pin,


More information about the p4-projects mailing list