From patchwork Thu Oct 30 09:52:58 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hanjun Guo X-Patchwork-Id: 5194871 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 58EC1C11AC for ; Thu, 30 Oct 2014 09:56:12 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9C9D520172 for ; Thu, 30 Oct 2014 09:56:11 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C9073201DD for ; Thu, 30 Oct 2014 09:56:09 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XjmQQ-0000Zt-Rp; Thu, 30 Oct 2014 09:53:50 +0000 Received: from mail-pa0-f53.google.com ([209.85.220.53]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XjmQM-0000TS-SO for linux-arm-kernel@lists.infradead.org; Thu, 30 Oct 2014 09:53:48 +0000 Received: by mail-pa0-f53.google.com with SMTP id kx10so5128104pab.40 for ; Thu, 30 Oct 2014 02:53:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=6PbEUueHEvFq1cmAXODo7UV8SnWKhGYEoLCCL7SHwKM=; b=kIT6VLZrKV7u0pEtK5shusPRZx4xsOhBsd7oFP+ueV2Lf34/jjXgm0mEzMH36en1hq WJn5KG+UQk/U5a1H0Gn1cRMjKL5pi2KI/pZMmoqWiGeMR2Mh6eaF4BrILgSOfANWIzzQ 24qaswm1VCv123LwHMn2j5DqT48VIMQMQssSWwI5PMGZVvdSgkgGddRMuL9ehg1E2acT b7LNgitrOrVluyY5J9vtAVWjFymJhHFmP3aAkSsOf9ZP9zAuK6WHV3Qvn31jA1WZ13Mj aKbn/3ACtGtwnMSlWD1/2O9QsSNrI0tWy5hzk5lU1rFWUYfoQgKJdpRr6gnPQd9l8COu 4KBA== X-Gm-Message-State: ALoCoQlytvL07RsffjirkWM5MYRE65cOkLyELYzFWqXpEVmjIIX/Oj7eidTPWi7pV3id+ALZ1RND X-Received: by 10.66.129.142 with SMTP id nw14mr16005212pab.119.1414662805433; Thu, 30 Oct 2014 02:53:25 -0700 (PDT) Received: from localhost ([111.140.36.65]) by mx.google.com with ESMTPSA id nk11sm6633728pdb.40.2014.10.30.02.53.24 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 30 Oct 2014 02:53:24 -0700 (PDT) From: Hanjun Guo To: "Rafael J. Wysocki" Subject: [PATCH 1/3] ACPI / processor: Update the comments in processor.h Date: Thu, 30 Oct 2014 17:52:58 +0800 Message-Id: <1414662780-2147-1-git-send-email-hanjun.guo@linaro.org> X-Mailer: git-send-email 1.7.9.5 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141030_025347_060479_C725D6BB X-CRM114-Status: GOOD ( 10.13 ) X-Spam-Score: -0.7 (/) Cc: Mark Rutland , Lorenzo Pieralisi , linaro-acpi@lists.linaro.org, Sudeep Holla , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, Tony Luck , Lv Zheng , "H. Peter Anvin" , Grant Likely , Jiang Liu , linux-arm-kernel@lists.infradead.org, Hanjun Guo X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP In commit 46ba51e (ACPI / processor: Introduce ARCH_MIGHT_HAVE_ACPI_PDC), acpi_processor_set_pdc() was moved to processor_pdc.c, so update the comments accordingly. Signed-off-by: Hanjun Guo --- include/acpi/processor.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/acpi/processor.h b/include/acpi/processor.h index 9b9b6f2..cbb6cd3 100644 --- a/include/acpi/processor.h +++ b/include/acpi/processor.h @@ -313,11 +313,13 @@ static inline int acpi_processor_get_bios_limit(int cpu, unsigned int *limit) #endif /* CONFIG_CPU_FREQ */ /* in processor_core.c */ -void acpi_processor_set_pdc(acpi_handle handle); int acpi_get_apicid(acpi_handle, int type, u32 acpi_id); int acpi_map_cpuid(int apic_id, u32 acpi_id); int acpi_get_cpuid(acpi_handle, int type, u32 acpi_id); +/* in processor_pdc.c */ +void acpi_processor_set_pdc(acpi_handle handle); + /* in processor_throttling.c */ int acpi_processor_tstate_has_changed(struct acpi_processor *pr); int acpi_processor_get_throttling_info(struct acpi_processor *pr);