From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756297Ab1AaU1t (ORCPT ); Mon, 31 Jan 2011 15:27:49 -0500 Received: from rcsinet10.oracle.com ([148.87.113.121]:22997 "EHLO rcsinet10.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756222Ab1AaU1r (ORCPT ); Mon, 31 Jan 2011 15:27:47 -0500 Date: Mon, 31 Jan 2011 12:25:28 -0800 From: Randy Dunlap To: Venkatesh Pallipadi Cc: Peter Zijlstra , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , linux-next@vger.kernel.org, linux-kernel@vger.kernel.org, Stephen Rothwell , Jaswinder Singh , Randy Dunlap Subject: Re: [PATCH] Fix linux-next warning from abb74cef Message-Id: <20110131122528.050a4c23.randy.dunlap@oracle.com> In-Reply-To: <1296505006-26660-1-git-send-email-venki@google.com> References: <20110131113820.193a89c5.rdunlap@xenotime.net> <1296505006-26660-1-git-send-email-venki@google.com> Organization: Oracle Linux Eng. X-Mailer: Sylpheed 2.7.1 (GTK+ 2.16.6; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Source-IP: acsinet15.oracle.com [141.146.126.227] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090203.4D471B25.020A:SCFMA922111,ss=1,fgs=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 31 Jan 2011 12:16:46 -0800 Venkatesh Pallipadi wrote: > Thanks. Updated to address comments from Randy. > > Yes. Patch below should fix the problem. > > Fix below warning - > Introduced by commit abb74cefa9c682fb38ba86c17ca3c86fed6cc464 ("sched: > Export ns irqtimes through /proc/stat"). Thanks, Venki. Maybe next time we can even get a descriptive $subject. ;) (I'm not requesting that you resend this patch.) > After merging the tip tree, today's linux-next build (powerpc > ppc64_defconfig) produced these warnings: > > kernel/sched.c:3719: warning: 'irqtime_account_idle_ticks' defined but not used > kernel/sched.c:3720: warning: 'irqtime_account_process_tick' defined but not used > > Reported-by: Stephen Rothwell > Signed-off-by: Venkatesh Pallipadi > --- > kernel/sched.c | 64 ++++++++++++++++++++++++++++---------------------------- > 1 files changed, 32 insertions(+), 32 deletions(-) --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***