Re: [PATCH 06/21] ARM: tegra: call cpu_do_idle from C code

From: Joseph Lo
Date: Tue Apr 23 2013 - 22:55:34 EST


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 <arnd@xxxxxxxx>
> Cc: Joseph Lo <josephl@xxxxxxxxxx>
> Cc: Stephen Warren <swarren@xxxxxxxxxx>
> ---

Hi Arnd,

Thanks for fixing.

Tested-by: Joseph Lo <josephl@xxxxxxxxxx>

Joseph

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/