From patchwork Sun Feb 10 05:58:21 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Len Brown X-Patchwork-Id: 2121481 X-Patchwork-Delegate: lenb@kernel.org Return-Path: X-Original-To: patchwork-linux-pm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 2F96F3FDFB for ; Sun, 10 Feb 2013 05:59:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752546Ab3BJF7x (ORCPT ); Sun, 10 Feb 2013 00:59:53 -0500 Received: from mail-ve0-f173.google.com ([209.85.128.173]:35329 "EHLO mail-ve0-f173.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752702Ab3BJF6v (ORCPT ); Sun, 10 Feb 2013 00:58:51 -0500 Received: by mail-ve0-f173.google.com with SMTP id oz10so4448924veb.32 for ; Sat, 09 Feb 2013 21:58:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:in-reply-to:references:reply-to:organization; bh=kgi7vLBnAvg4RcByrPiFs164JT3FZbpPy8VANQOI40U=; b=rV+eMYxNqWnU1Wawht/gKz73CYadjWcNDm2JcOIuTc+ThOVSdIg1A9eEflwMrrEO0/ NbAMFIU3bcXplLO9UHvjgqe69C6ejRt6JHzWGpgwFPk/A0beHxzZA1MotZT6alqrqBk/ acqGn9S/E2LnV5a1dvnYbEFaiA+vwXr7X/in5ahkxcgEnP5ik8DXA9DaZixgEhXVICO4 Ag6fplABlK8b4SsDxTxB7n6UnCz9qv6bCVjDYvnDzqQNgwvHLJM9zjXiQfv5EhRFaIVV DAdLyrggA186kl/3arQCxcYT6L8DeQF8c051KbPoT4UO+syMSwBVq9dibM+k1mhDbRpz 91uA== X-Received: by 10.52.37.109 with SMTP id x13mr12156267vdj.10.1360475929984; Sat, 09 Feb 2013 21:58:49 -0800 (PST) Received: from x980.localdomain6 (pool-108-7-58-246.bstnma.fios.verizon.net. [108.7.58.246]) by mx.google.com with ESMTPS id p7sm42173052vdt.2.2013.02.09.21.58.48 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 09 Feb 2013 21:58:49 -0800 (PST) From: Len Brown To: linux-pm@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Len Brown , Guan Xuetao Subject: [PATCH 14/16] unicore32 idle: delete stray pm_idle comment Date: Sun, 10 Feb 2013 00:58:21 -0500 Message-Id: X-Mailer: git-send-email 1.8.1.3.535.ga923c31 In-Reply-To: <1360475903-30007-1-git-send-email-lenb@kernel.org> References: <1360475903-30007-1-git-send-email-lenb@kernel.org> In-Reply-To: <2b219d07e0f287c2c713f5465fc8646158fa986e.1360475150.git.len.brown@intel.com> References: <2b219d07e0f287c2c713f5465fc8646158fa986e.1360475150.git.len.brown@intel.com> Reply-To: Len Brown Organization: Intel Open Source Technology Center Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org From: Len Brown as pm_idle() has already been deleted from this code, the comment was a stray. Signed-off-by: Len Brown Cc: Guan Xuetao --- arch/unicore32/kernel/process.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/arch/unicore32/kernel/process.c b/arch/unicore32/kernel/process.c index 62bad9f..872d7e2 100644 --- a/arch/unicore32/kernel/process.c +++ b/arch/unicore32/kernel/process.c @@ -45,11 +45,6 @@ static const char * const processor_modes[] = { "UK18", "UK19", "UK1A", "EXTN", "UK1C", "UK1D", "UK1E", "SUSR" }; -/* - * The idle thread, has rather strange semantics for calling pm_idle, - * but this is what x86 does and we need to do the same, so that - * things like cpuidle get called in the same way. - */ void cpu_idle(void) { /* endless idle loop with no priority at all */