From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH 06/31] drivers/cpuidle: Replace __get_cpu_var uses for address calculation Date: Fri, 18 Jul 2014 19:28:35 -0400 Message-ID: <20140718232835.GM5739@htj.dyndns.org> References: <20140620193115.547427118@linux.com> <20140620193125.567452655@linux.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20140620193125.567452655@linux.com> Sender: linux-kernel-owner@vger.kernel.org To: Christoph Lameter Cc: akpm@linuxfoundation.org, rostedt@goodmis.org, linux-kernel@vger.kernel.org, Ingo Molnar , Peter Zijlstra , Thomas Gleixner , Daniel Lezcano , linux-pm@vger.kernel.org, "Rafael J. Wysocki" List-Id: linux-pm@vger.kernel.org On Fri, Jun 20, 2014 at 02:31:21PM -0500, Christoph Lameter wrote: > All of these are for address calculation. Replace with > this_cpu_ptr(). > > Cc: Daniel Lezcano > Cc: linux-pm@vger.kernel.org > Acked-by: Rafael J. Wysocki > [cpufreq changes] > Signed-off-by: Christoph Lameter Applied to wq/for-3.17-consistent-ops. If this patch should be routed differently, please holler. Thanks. -- tejun