* Hiremath, Vaibhav <hvaibhav@xxxxxx> [120710 02:29]: > On Tue, Jul 10, 2012 at 14:48:21, Tony Lindgren wrote: > > > > We have quite a few initcalls that exit early with various soc_is, cpu_is, > > cpu_class_is tests that would fail for multi zImage kernels. Some of these > > have been patched away with additional calls in MACHINE_START, but some > > still remain. > > > Let me check on this inside code but if you have any quick reference, please > let me know, I can fix it and submit the patch. Any initcall that returns early if (!cpu_class_is_omap2()) would continue running on multi zImage kernel on other SoCs compiled in unless we check for each cpu_is_omapxxxx() || soc_is_omapxxxx() tests like we currently do. Regards, Tony -- 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