From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH] this_cpu: Use this_cpu_xx in trace_functions_graph.c Date: Tue, 13 Oct 2009 23:47:51 +0900 Message-ID: <4AD49317.6080503@kernel.org> References: <20091013144812.bdb376aa.sfr@canb.auug.org.au> <4AD48EC4.8040701@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Christoph Lameter Cc: Stephen Rothwell , Rusty Russell , Ingo Molnar , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org List-Id: linux-next.vger.kernel.org Christoph Lameter wrote: > On Tue, 13 Oct 2009, Tejun Heo wrote: > >> ftrace_cpu_disabled usage in trace_functions_graph.c were left out >> during this_cpu_xx conversion in commit 9288f99a causing compile >> failure. Convert them. > > Thanks. > > Reviewed-by: Christoph Lameter Oh... one question tho. I used __this_cpu_*() as other conversions but I think we should be using the version without the underscores. The relationship between get_cpu_var() and __get_cpu_var() is different from the one between this_cpu_*() and __this_cpu_*(). Thanks. -- tejun