Re: [PATCH] Fix linux-next warning from abb74cef
From: Randy Dunlap <hidden>
Date: 2011-01-31 20:27:49
Also in:
lkml
From: Randy Dunlap <hidden>
Date: 2011-01-31 20:27:49
Also in:
lkml
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 <redacted> Signed-off-by: Venkatesh Pallipadi <redacted> --- kernel/sched.c | 64 ++++++++++++++++++++++++++++---------------------------- 1 files changed, 32 insertions(+), 32 deletions(-)
--- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***