From: Ingo Molnar Date: Thu, 18 Dec 2008 23:48:27 +0000 (+0100) Subject: hrtimers: fix warning in kernel/hrtimer.c X-Git-Tag: v2.6.29-rc1~571^2^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2e3c0adec918ea22b6c9d7c76193dd3aaba9bd4;p=pandora-kernel.git hrtimers: fix warning in kernel/hrtimer.c this warning: kernel/hrtimer.c: In function ‘hrtimer_cpu_notify’: kernel/hrtimer.c:1574: warning: unused variable ‘dcpu’ is caused because 'dcpu' is only used in the CONFIG_HOTPLUG_CPU case. Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed