On Tue, Feb 8, 2011 at 4:25 PM, Russell King - ARM Linux <linux@xxxxxxxxxxxxxxxx> wrote: > On Tue, Feb 08, 2011 at 04:15:15PM +0100, Arnd Bergmann wrote: >> But that doesn't work if you build a combined v5/v6/v7 kernel, because >> v5 supports neither form, right? I think to do that, it needs the >> same kind of abstraction that we have for a number of other things >> like cache management in arch/arm/mm/. > > The options are kernels which support v3-v5 or v6-v7. There's too big > a change between v5 and v6 to combine those into one kernel. > Indeed... wfi() is a good example of where being generic gets hard... some v5 processors (typically those with caches) implement the same MCR supported by v6, but it's not universal. Typically v4 processors have no WFI capability. ---Dave -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html