On Dec 11, 2010, at 11:02 AM, David Young wrote: > On Sat, Dec 11, 2010 at 06:25:02PM +0000, Matt Thomas wrote: >> Module Name: src >> Committed By: matt >> Date: Sat Dec 11 18:25:02 UTC 2010 >> >> Modified Files: >> src/sys/dev/pci: ppb.c >> >> Log Message: >> On powerpc, recognize PCI Express RC root bridges. > > Why does this need to be #ifdef'd ?
It doesn't but it never ever match on anything other than a PowerPC so why have the code when it can never be executed?