From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stratos Karafotis Subject: Re: [PATCH 7/7] cpufreq: intel_pstate: Make intel_pstate_kobject local Date: Tue, 10 Jun 2014 00:24:25 +0300 Message-ID: <53962609.6080102@semaphore.gr> References: <53962096.1060202@semaphore.gr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from sema.semaphore.gr ([78.46.194.137]:55456 "EHLO sema.semaphore.gr" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1754500AbaFIVYa (ORCPT ); Mon, 9 Jun 2014 17:24:30 -0400 In-Reply-To: Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: David Rientjes Cc: "Rafael J. Wysocki" , Viresh Kumar , Dirk Brandewie , "linux-pm@vger.kernel.org" , LKML On 10/06/2014 12:07 =CF=80=CE=BC, David Rientjes wrote: > On Tue, 10 Jun 2014, Stratos Karafotis wrote: >=20 >> Since we never remove sysfs entry, we can make the intel_pstate_kobj= ect >> local. >> >=20 > For even more savings, this function and=20 > intel_pstate_debug_expose_params() can be annotated with __init and f= reed=20 > after bootstrap. Thanks for your comment, David! I will do this in v2. Stratos