re: CVS commit: src/sys/arch/i386/i386

2012-01-19 Thread matthew green
> dyo...@pobox.com said: > > > increased stack use lead to stack overflow on amd64 > > > with a deep PCI hierarchy > > Tell me more about this. > > It was sys/dev/pci/pci.c rev.1.141 which triggered it. > Stack use must already have been tight, and the additional > device number array was the las

Re: CVS commit: src/sys/arch/i386/i386

2012-01-19 Thread Matthias Drochner
dyo...@pobox.com said: > > increased stack use lead to stack overflow on amd64 > > with a deep PCI hierarchy > Tell me more about this. It was sys/dev/pci/pci.c rev.1.141 which triggered it. Stack use must already have been tight, and the additional device number array was the last straw. The que