Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757502Ab3DXCzc (ORCPT ); Tue, 23 Apr 2013 22:55:32 -0400 Received: from hqemgate03.nvidia.com ([216.228.121.140]:13575 "EHLO hqemgate03.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756688Ab3DXCzb (ORCPT ); Tue, 23 Apr 2013 22:55:31 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Tue, 23 Apr 2013 19:55:20 -0700 Subject: Re: [PATCH 06/21] ARM: tegra: call cpu_do_idle from C code From: Joseph Lo To: Arnd Bergmann CC: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Stephen Warren In-Reply-To: <1366734653-488286-7-git-send-email-arnd@arndb.de> References: <1366734653-488286-1-git-send-email-arnd@arndb.de> <1366734653-488286-7-git-send-email-arnd@arndb.de> Date: Wed, 24 Apr 2013 10:55:18 +0800 Message-ID: <1366772118.18275.2.camel@jlo-ubuntu-64.nvidia.com> MIME-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 807 Lines: 26 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 > Cc: Joseph Lo > Cc: Stephen Warren > --- Hi Arnd, Thanks for fixing. Tested-by: Joseph Lo Joseph -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/