Home
last modified time | relevance | path

Searched hist:"816 a65ef4ce1848d8083d9e198922ddafbe221f2" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/mach-omap2/
H A Dsoc.hdiff 816a65ef4ce1848d8083d9e198922ddafbe221f2 Fri Jan 11 13:24:18 CST 2013 Tony Lindgren <tony@atomide.com> ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform kernels

We need to make sure that multiplatform kernels don't
run omap initcalls when booted on other SoCs.

Do this by adding wrapper macros for the initcalls that
return early if soc_is_omap() test fails. This allows
us to easily change the defines later if we have SoC
specific init sections available.

Tested-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>