[PATCH] ARM: OMAP2+: cpu: Make cpu_class_is_omap2 true for all non-omap1 platforms
From: tony@atomide.com (Tony Lindgren)
Date: 2012-07-10 09:43:08
Also in:
linux-omap
From: tony@atomide.com (Tony Lindgren)
Date: 2012-07-10 09:43:08
Also in:
linux-omap
* Hiremath, Vaibhav [off-list ref] [120710 02:29]:
On Tue, Jul 10, 2012 at 14:48:21, Tony Lindgren wrote:quoted
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