changeset 3751:e324cdb33208

6474602 MSI interrupt migration broken for e1000g
author johnny
date Fri, 02 Mar 2007 16:03:53 -0800
parents 69ec1179f557
children 52d4ba85bf6c
files usr/src/uts/i86pc/io/mp_platform_common.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/i86pc/io/mp_platform_common.c	Fri Mar 02 15:47:51 2007 -0800
+++ b/usr/src/uts/i86pc/io/mp_platform_common.c	Fri Mar 02 16:03:53 2007 -0800
@@ -2819,8 +2819,6 @@
 	} else {
 		int type = (irq_ptr->airq_mps_intr_index == MSI_INDEX) ?
 		    DDI_INTR_TYPE_MSI : DDI_INTR_TYPE_MSIX;
-		(void) apic_pci_msi_disable_mode(irq_ptr->airq_dip, type,
-		    ioapicindex);
 		if (ioapicindex == irq_ptr->airq_origirq) {
 			/* first one */
 			DDI_INTR_IMPLDBG((CE_CONT, "apic_rebind: call "