Re: 2.4.20pre5 not booting on numa-q with CONFIG_MULTIQUAD

From: Patricia Gaughen (gone@us.ibm.com)
Date: Thu Sep 05 2002 - 18:43:37 EST


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/



This archive was generated by hypermail 2b29 : Sat Sep 07 2002 - 22:00:27 EST