Messages in this thread Patch in this message |  | | Subject | Re: 2.4.20pre5 not booting on numa-q with CONFIG_MULTIQUAD | Date | Thu, 05 Sep 2002 16:43:37 -0700 | From | Patricia Gaughen <> |
| |
I tested with the patch and the box boots. :-) So, can we get this applied to the 2.4 tree?
Great find, Keith.
Thanks, Pat
> On Thu, 2002-09-05 at 23:44, mannthey@us.ibm.com wrote: > > diff -urN linux-2.4.19/drivers/pci/pci.c linux-2.4.20-pre5/drivers/pci/pc > i.c > > --- linux-2.4.20-pre5/drivers/pci/pci.c Sat Sep 7 06:29:04 2002 > > +++ linux-2.4.20-pre5-test/drivers/pci/pci.c Sat Sep 7 06:10:26 2002 > > @@ -586,7 +586,7 @@ > > i + 1, /* PCI BAR # */ > > pci_resource_len(pdev, i), pci_resource_start(pdev, i), > > pdev->slot_name); > > - while(--i <= 0) > > + while(--i >= 0) > > pci_release_region(pdev, i); > > > > return -EBUSY; >
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |