bug in drivers/pci/hotplug/ibmphp_pci.c

From: Jordan, William P
Date: Fri Nov 18 2005 - 10:02:08 EST



I noticed what appears to be a cut/paste error in
drivers/pci/hotplug/ibmphp_pci.c:

***************
*** 969,975 ****
debug ("io 32\n");
need_io_upper = TRUE;
}
! if ((io_base & PCI_PREF_RANGE_TYPE_MASK) ==
PCI_PREF_RANGE_TYPE_64) {
debug ("pfmem 64\n");
need_pfmem_upper = TRUE;
}
--- 969,975 ----
debug ("io 32\n");
need_io_upper = TRUE;
}
! if ((pfmem_base & PCI_PREF_RANGE_TYPE_MASK) ==
PCI_PREF_RANGE_TYPE_64) {
debug ("pfmem 64\n");
need_pfmem_upper = TRUE;
}

I've verified that the bug still exists in 2.6.15-rc1

Bill Jordan
Unisys Corporation
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/