From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Gleixner Subject: Re: linux-next: tree build warning Date: Mon, 15 Dec 2008 14:56:21 +0100 (CET) Message-ID: References: <20081216003539.75ecce70.sfr@canb.auug.org.au> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from www.tglx.de ([62.245.132.106]:49842 "EHLO www.tglx.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751383AbYLON4s (ORCPT ); Mon, 15 Dec 2008 08:56:48 -0500 In-Reply-To: <20081216003539.75ecce70.sfr@canb.auug.org.au> Sender: linux-next-owner@vger.kernel.org List-ID: To: Stephen Rothwell Cc: Ingo Molnar , "H. Peter Anvin" , linux-next@vger.kernel.org, Peter Zijlstra On Tue, 16 Dec 2008, Stephen Rothwell wrote: > Hi , > > Today's linux-next build (powerpc allnoconfig) produced this warning: > > kernel/hrtimer.c: In function 'hrtimer_cpu_notify': > kernel/hrtimer.c:1574: warning: unused variable 'dcpu' > > Introduced by commit 37810659ea7d9572c5ac284ade272f806ef8f788 ("hrtimer: > removing all ur callback modes, fix hotplug") from the timers. dcpu is only used if > CONFIG_HOTPLUG_CPU is set. Thanks, will fix. tglx