On Wed, 2013-04-24 at 00:30 +0800, Arnd Bergmann wrote: > When building a kernel for multiple CPU architecture levels, > cpu_do_idle() is a macro for an indirect function call, which > cannot be called from assembly code as Tegra does. > > Adding a trivial C wrapper for this function lets us build > a tegra kernel with ARMv6 support enabled. > > Signed-off-by: Arnd Bergmann <[email protected]> > Cc: Joseph Lo <[email protected]> > Cc: Stephen Warren <[email protected]> > ---
Hi Arnd, Thanks for fixing. Tested-by: Joseph Lo <[email protected]> Joseph -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

