On Tue, 2013-10-08 at 18:13 +0100, Liviu Dudau wrote: > There are at least a handful of architectures that seem to share the same > implementation for most (all?) of the pcibios_*() functions. (PowerPC and > microblaze the most obvious offenders, x86 to a certain extent). That's because microblaze started by copying the powerpc code :-) The other part about x86 is mostly me over the year changing the powerpc code to make it closer to x86 especially in the area of resource management. This leads to less overall surprises and issues when the generic code changes and in a few cases has made it easier to move bits to the core. The main remaining difference is our use of IORESOURCE_UNSET and our flags to force reallocation. Ben. -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html