From patchwork Fri Aug 5 08:31:51 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Smirnov X-Patchwork-Id: 1037702 Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p758ZBoW010405 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 5 Aug 2011 08:35:32 GMT Received: from canuck.infradead.org ([2001:4978:20e::1]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QpFs0-0001Nw-RM; Fri, 05 Aug 2011 08:35:05 +0000 Received: from localhost ([127.0.0.1] helo=canuck.infradead.org) by canuck.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1QpFs0-0001jA-Bb; Fri, 05 Aug 2011 08:35:04 +0000 Received: from mail-fx0-f49.google.com ([209.85.161.49]) by canuck.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1QpFrx-0001if-IF for linux-arm-kernel@lists.infradead.org; Fri, 05 Aug 2011 08:35:02 +0000 Received: by fxd20 with SMTP id 20so122426fxd.36 for ; Fri, 05 Aug 2011 01:34:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=FnnhwiVL0zeKE2yYB7Eq/4SfOaYRKsQKCDJyvGjMmjQ=; b=TgJbNCQXjVirJqDHXwv7JTuCo5PgcSMIarXJm6JZj5CrmezLP9sqrrOBKWZGlNEOxY XuIQiEIbW0L8xXKwu7y4RdVdXCs7w8L7CERfSgKOUdk5XQGPahzDLkMRafL/mWqJDTe0 fHksZzwwK5JwjgszcxhQzGiXidhARXXD44viI= Received: by 10.223.161.74 with SMTP id q10mr2559749fax.117.1312533297949; Fri, 05 Aug 2011 01:34:57 -0700 (PDT) Received: from localhost.localdomain ([91.213.169.4]) by mx.google.com with ESMTPS id x2sm1799512fal.44.2011.08.05.01.34.52 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 05 Aug 2011 01:34:56 -0700 (PDT) From: Alexander Smirnov To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] fix cpuidle_xxx functions name mismatch Date: Fri, 5 Aug 2011 12:31:51 +0400 Message-Id: <1312533111-22231-1-git-send-email-alex.bluesman.smirnov@gmail.com> X-Mailer: git-send-email 1.7.2.3 X-CRM114-Version: 20090807-BlameThorstenAndJenny ( TRE 0.7.6 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20110805_043501_794184_959978FF X-CRM114-Status: GOOD ( 13.52 ) X-Spam-Score: -0.8 (/) X-Spam-Report: SpamAssassin version 3.3.1 on canuck.infradead.org summary: Content analysis details: (-0.8 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.161.49 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (alex.bluesman.smirnov[at]gmail.com) -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's domain 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature 0.0 T_TO_NO_BRKTS_FREEMAIL To: misformatted and free email service Cc: Alexander Smirnov , linux-arm-kernel@lists.arm.linux.org.uk X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Fri, 05 Aug 2011 08:35:32 +0000 (UTC) In header there is defined 'cpuidle_idle_call' function, in arm/kernel/process.c file it's used 'cpuidle_call_idle' Signed-off-by: Alexander Smirnov --- arch/arm/kernel/process.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/kernel/process.c b/arch/arm/kernel/process.c index d7ee0d4..1a347f4 100644 --- a/arch/arm/kernel/process.c +++ b/arch/arm/kernel/process.c @@ -197,7 +197,7 @@ void cpu_idle(void) cpu_relax(); } else { stop_critical_timings(); - if (cpuidle_call_idle()) + if (cpuidle_idle_call()) pm_idle(); start_critical_timings(); /*