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

Joseph Lo josephl at nvidia.com
Tue Apr 23 22:55:18 EDT 2013


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 at arndb.de>
> Cc: Joseph Lo <josephl at nvidia.com>
> Cc: Stephen Warren <swarren at nvidia.com>
> ---

Hi Arnd,

Thanks for fixing.

Tested-by: Joseph Lo <josephl at nvidia.com>

Joseph




More information about the linux-arm-kernel mailing list